From 56c5236245359987e7a729979de3892bbee70852 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 5 Mar 2024 16:30:31 +0000 Subject: extension: Show who the logged in user is in the extension options --- packages/trpc/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/trpc/index.ts') 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; }; -- cgit v1.2.3-70-g09d2