export interface User { userId: number; address: string; zipCode: string; city: string; country: string; surName: string; lastName: string; userName: string; feeListName: string; legalFileAutoIntegrationStartDate: Date; contractId: number; }