import type { OrganizationCreate } from '../models';

export interface CreateOrganization extends OrganizationCreate {}
