export interface BaseSchema {
  appProjectRoot: string;
  endpointType: string;
  skipFormat: boolean;
}
