共用方式為


EndpointKeysGetKeysResponse type

包含 getKeys 作業的回應資料。

type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EndpointKeysDTO
  }
}