export interface Schema {
  project ?: string;
  business ?: string;
}
