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