Interface GETDocResponse

interface GETDocResponse {
    doc: APIDoc;
}

Properties

Properties

doc: APIDoc