Interface DocsGetTypesResponse

interface DocsGetTypesResponse {
    count: number;
    items: DocsDocTypes[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: DocsDocTypes[]

Generated using TypeDoc