export interface OrganizationCreate {
  /** Name of the organization. */
  name: string;
}
