export type Schema0 = | { allow?: string[]; } | { forbid?: string[]; }; export type NoInternalModulesRuleOptions = [Schema0?];