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

Hierarchy

  • Record<string, unknown>
    • ContentPropertyCreateRequest

Properties

Properties

key?: string

Key of the content property

value?: unknown

Value of the content property.