Type Alias: ExtractOutput<T>
ExtractOutput<
T>:TextendsXRPCEndpoint<unknown, infer O> ?O:never
Defined in: src/api/types/handlers.ts:223
Extracts output type from an XRPC endpoint definition.
Type Parameters
• T
XRPC endpoint type
ExtractOutput<
T>:TextendsXRPCEndpoint<unknown, infer O> ?O:never
Defined in: src/api/types/handlers.ts:223
Extracts output type from an XRPC endpoint definition.
• T
XRPC endpoint type