interface SpacePropertyCreateRequest {
    key?: string;
    value?: unknown;
}

Hierarchy

  • Record<string, unknown>
    • SpacePropertyCreateRequest

Properties

Properties

key?: string

Key of the space property

value?: unknown

Value of the space property.