export interface Schema0 { contexts?: Array< | string | { comment?: string; context?: string; } >; } export type RequireParamNameRuleOptions = [Schema0?];