UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 249 B
import { EPayioUserType } from '../enums/user-type.enum'; export interface IPayioJwtPayloadUser { phoneNumber: string; internationalCode: string; email: string | null; id: string; name: string; type: EPayioUserType | null; }