Interface: XRPCResponse<T>
Defined in: src/api/xrpc/types.ts:58
XRPC response structure.
Type Parameters
• T
Response body type
Properties
body
body:
T
Defined in: src/api/xrpc/types.ts:62
Response body
encoding
encoding:
string
Defined in: src/api/xrpc/types.ts:60
Content encoding (typically 'application/json')
headers?
optionalheaders:Record<string,string>
Defined in: src/api/xrpc/types.ts:64
Optional response headers