Type Alias: ExtractInput<T>
ExtractInput<
T>:TextendsXRPCEndpoint<infer I,unknown> ?I:never
Defined in: src/api/types/handlers.ts:214
Extracts input type from an XRPC endpoint definition.
Type Parameters
• T
XRPC endpoint type
ExtractInput<
T>:TextendsXRPCEndpoint<infer I,unknown> ?I:never
Defined in: src/api/types/handlers.ts:214
Extracts input type from an XRPC endpoint definition.
• T
XRPC endpoint type