Interface DocsGetTypesParams

interface DocsGetTypesParams {
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

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

Generated using TypeDoc