interface Config {
    directives: Directives;
    patterns: string[];
}

Properties

Properties

directives: Directives
patterns: string[]