interface DeleteContent {
    id: string | number;
    status?: string;
}

Properties

Properties

id: string | number
status?: string

The status of the content to be deleted

Generated using TypeDoc v0.25.12