export type AuthUserJWT = { userId: string; email: string; username: string; domain: string; iat: number; exp: number; };