interface SpacePropertyCreate {
    key: string;
    space?: {
        key?: string;
    };
    value: Models.PropertyValue;
}

Hierarchy (view full)

Properties

Properties

key: string

The key of the new property.

space?: {
    key?: string;
}

Type declaration

  • Optional key?: string

    The key of the space

Generated using TypeDoc v0.25.12