export interface UserInterface { PWDExpDt?: string; acapture_token?: string | null; accountType: 'admin' | 'payer' | 'vendor' | 'crossAccount'; adminId?: number | null; billingType: number; bulkAssociated?: number; cell?: string; city: string; clientId?: number; clientName?: string; country?: string; createdForAccountType?: string | null; currency: string; description?: string; email?: string; entityType?: string; fax?: string; firstName?: string; hits?: number; iat?: number; isAccountUser?: number; isBranchHQ?: number; isBranchUser?: number; isFiataMember?: number; isPCFAdvance?: boolean; isPWDSET?: number; is_active?: string; lastName?: string; line1?: string; line2?: string; login?: string; loginAt?: string; originatorAccountType?: string; payerId?: number | null; phone?: string; postalCode?: string; region: string; roleId?: number | null; shipAndPay?: number; state?: string; thirdPartyCode?: string; timeZone?: string; userId?: number; vendorId?: number | null; token?: string; }