Interface GETDocsResponse

interface GETDocsResponse {
    docs: APIDoc[];
}

Properties

Properties

docs: APIDoc[]