Skip to content

isV4ResponseBody

isV4ResponseBody(body): body is v4ResponseBody

Defined in: packages/core/src/agent/agent/api.ts:156

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

The body to check

v2ResponseBody | v4ResponseBody | null

body is v4ResponseBody

boolean indicating if the body is a v4ResponseBody