Type Alias CreateTRPCContextFn
CreateTRPCContextFn: (
opts: FetchCreateContextFnOptions,
) => TRPCContext | Promise<TRPCContext>
Type Declaration
- (opts: FetchCreateContextFnOptions): TRPCContext | Promise<TRPCContext>
Parameters
- opts: FetchCreateContextFnOptions
Returns TRPCContext | Promise<TRPCContext>