UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

6 lines (5 loc) 97 B
export interface JwtData { token: string; isImpersonated: boolean; userId: string; }