共用方式為


ProcessesGetLivenessResponse type

包含 getLiveness 作業的響應數據。

type ProcessesGetLivenessResponse = Liveness & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Liveness }
}