Circle V2 API Docs
    Preparing search index...

    Type Alias CreateTRPCContextFn

    CreateTRPCContextFn: (
        opts: FetchCreateContextFnOptions,
    ) => TRPCContext | Promise<TRPCContext>

    Type Declaration

      • (opts: FetchCreateContextFnOptions): TRPCContext | Promise<TRPCContext>
      • Parameters

        • opts: FetchCreateContextFnOptions

        Returns TRPCContext | Promise<TRPCContext>