Interface DocsGetResponse

interface DocsGetResponse {
    count: number;
    items: DocsDoc[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: DocsDoc[]

Generated using TypeDoc