RunbookDraftUndoEditResponse type
Innehåller svarsdata för åtgärden undoEdit.
type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RunbookDraftUndoEditResult
}
}