共用方式為


ModelGetEntityRoleResponse type

包含 getEntityRole 作業的回應資料。

type ModelGetEntityRoleResponse = EntityRole & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole
  }
}