Skip to main content

Type Alias: ApiResponse<T>

ApiResponse<T>: T extends object ? D : never

Defined in: web/lib/api/client.ts:290

Type helper for extracting response data from API endpoints.

Type Parameters

T