Skip to content

IsV3ResponseBody

isV3ResponseBody(body): body is v3ResponseBody

Defined in: packages/agent/src/agent/api.ts:150

Utility function to check if a body is a v3ResponseBody for type safety.

The body to check

null | v2ResponseBody | v3ResponseBody

body is v3ResponseBody

boolean indicating if the body is a v3ResponseBody