getClaims and typescript
I've been using getSession and saw it's pretty bad for security for my app after I saw the new video for supabase auth. I'm replacing my use of getSession with getClaim but I'm using typescript and had Session imported as a type from @supabase/supabase-js but I can't find anything like that for claims. If I try to use claim.email it causes issues because of the initial state so was wondering if anyone knows where I can import the Claim type