export interface Schema0 { aliases?: { /** * This interface was referenced by `undefined`'s JSON-Schema definition * via the `patternProperty` ".*". */ [k: string]: string[]; }; excludedTags?: string[]; uselessWords?: string[]; } export type InformativeDocsRuleOptions = [Schema0?];