export interface Schema {
  project?: string;
  region?: string;
  bucket?: string;
  subFolder?: string;
  cfDistributionId?: string;
}
