interface UpdateContent {
    conflictPolicy?: string;
    id: string | number;
    status?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

conflictPolicy?: string
id: string | number
status?: string

The existing status of the content to be updated.

Generated using TypeDoc v0.25.12