export interface Schema {
  project?: string;
  all?: boolean;
  skipFormat?: boolean;
}
