Interface InternalRuleOptions

interface InternalRuleOptions {
    boundToTypes: Type[];
    languageKeys: string[];
    languageKeyUndefined: boolean;
}

Properties

boundToTypes: Type[]
languageKeys: string[]
languageKeyUndefined: boolean