Interface DocsDeleteParams

interface DocsDeleteParams {
    doc_id: number;
    owner_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

doc_id: number

Document ID.

owner_id: number

ID of the user or community that owns the document. Use a negative value to designate a community ID.

Generated using TypeDoc