GetExtractedKeysResponse type

Contains response data for the getExtractedKeys operation.

type GetExtractedKeysResponse = KeysResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: KeysResult
  }
}