export interface Schema {
  name: string;
  skipFormat: boolean;
}
