interface OrganizationCreateDto {
    name: string;
}

Properties

Properties

name: string

Name of the organization. Must contain 1-200 characters.