Line: https://github.com/startfellows/tonapi-sdk-js/blob/main/dist/index.d.ts#L2201
Error:
node_modules/tonapi-sdk-js/dist/index.d.ts:2201:41 - error TS2304: Cannot find name 'Body'.
2201 export type ResponseFormat = keyof Omit<Body, "body" | "bodyUsed">;