共用方式為


RunbookDraftUndoEditResponse type

包含 undoEdit 作業的響應數據。

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