interface DeleteSpaceProperty {
    key: string;
    spaceKey: string;
}

Properties

Properties

key: string

The key of the property to be deleted.

spaceKey: string

The key of the space that the property is in.

Generated using TypeDoc v0.25.12