RPC server work

This commit is contained in:
Julien Valverdé
2024-07-04 23:12:32 +02:00
parent 5f15dedfbf
commit eb464edefd
6 changed files with 34 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
import type { Request } from "express"
export interface TRPCContext {
req: Request
}