Aracılığıyla paylaş


RunbookDraftUndoEditResponse type

undoEdit işleminin yanıt verilerini içerir.

type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RunbookDraftUndoEditResult
  }
}