Interface CustomLayer

interface CustomLayer {
    attr: string[];
    error: (() => void);
    success: (() => void);
}

Properties

Properties

attr: string[]
error: (() => void)
success: (() => void)