export interface NewOrganizationFormValues {
  name: string;
  slug: string;
  logo: string;
  adminEmail: string;
}
