Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents the response from a cancel operation.

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

    Properties

    Properties

    _response: Response & { bodyAsText: string; parsedBody: {} }

    The response object.

    Type Declaration

    • bodyAsText: string

      The response body as text.

    • parsedBody: {}

      The parsed response body.