interface CreatePrivateSpace {
    description?: ServerModels.SpaceDescriptionCreate;
    key: string;
    name: string;
}

Properties

Properties

key: string

The key for the new space. Format: See Space keys.

name: string

The name of the new space.

Generated using TypeDoc v0.25.12