Interface PUTDocResponse

interface PUTDocResponse {
    doc: APIDoc;
}

Properties

Properties

doc: APIDoc