export interface Schema0 {
  enableFixer?: boolean;
}

export type CheckPropertyNamesRuleOptions = [Schema0?];
