export interface CheckGeneratorSchema {
  fix?: boolean;
  json?: boolean;
}
