feat(WEB-127): add trpc to handle requests both serverside and clientside
This commit is contained in:
3
types/trpc/meta.ts
Normal file
3
types/trpc/meta.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type Meta = {
|
||||
authRequired?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user