UNPKG

flexbase-client

Version:
8 lines (7 loc) 173 B
import { JwtPayload } from 'jwt-decode'; export interface FlexbaseJwt extends JwtPayload { email: string; companyId: string; id: string; roles?: string[]; }