TeamsBatchOperationResponse type
Represents a response from a batch operation in Teams.
type TeamsBatchOperationResponse = BatchOperationResponse & {
_response: Response & {
bodyAsText: string
parsedBody: BatchOperationResponse | {}
}
}