interface PostOrganizationRequest {
    description?: string;
    name: string;
}

Properties

Properties

description?: string

The description of the organization.

name: string

The name of the organization.

MMNEPVFCICPMFPCPTTAAATR