Interface POSTDocResponse

interface POSTDocResponse {
    doc: APIDoc;
}

Properties

Properties

doc: APIDoc