Documentation - v1.2.0-alpha.10
    Preparing search index...
    TeamsBatchOperationResponse: BatchOperationResponse & {
        _response: Response & {
            bodyAsText: string;
            parsedBody: BatchOperationResponse | {};
        };
    }

    Represents a response from a batch operation in Teams.

    Type Declaration

    • _response: Response & { bodyAsText: string; parsedBody: BatchOperationResponse | {} }

      The raw response object.