Interface DocsDocTypes

interface DocsDocTypes {
    count: number;
    id: number;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Number of docs

id: number

Doc type ID

name: string

Doc type title

Generated using TypeDoc