Interface LayerConfig

interface LayerConfig {
    args: string[];
    filter: string;
    postfix: string;
    separator: string;
}

Properties

args: string[]
filter: string
postfix: string
separator: string