Interface DocsGetByIdParams

interface DocsGetByIdParams {
    docs?: string | string[];
    return_tags?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

docs?: string | string[]
return_tags?: number | boolean

Generated using TypeDoc