Share via


CancelOperationResponse type

Represents the response from a cancel operation.

type CancelOperationResponse = {
  _response: Response & { bodyAsText: string; parsedBody: {} }
}