interface CreateContentProperty {
    id: string;
    key: string;
    value: Models.PropertyValue;
}

Hierarchy (view full)

Properties

Properties

id: string

The ID of the content to add the property to.

key: string

The key of the new property.

Generated using TypeDoc v0.25.12