interface CreateContentPropertyForKey {
    id: string | number;
    key: string;
    value: ServerModels.PropertyValue;
}

Properties

Properties

id: string | number
key: string

Generated using TypeDoc v0.25.12