Type Alias CreateOrganizationReqPayload

CreateOrganizationReqPayload: {
    name: string;
}

Type declaration

  • name: string

    The arbitrary name which will be used to identify the organization. This name must be unique.