aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/index.ts')
-rw-r--r--packages/trpc/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/trpc/index.ts b/packages/trpc/index.ts
index a32eb871..6ca0bbf7 100644
--- a/packages/trpc/index.ts
+++ b/packages/trpc/index.ts
@@ -5,6 +5,8 @@ import superjson from "superjson";
type User = {
id: string;
+ name: string;
+ email: string;
role: "admin" | "user" | null;
};