diff --git a/src/core/types/Entities/index.ts b/src/core/types/Entities/index.ts index 468d015..7036580 100644 --- a/src/core/types/Entities/index.ts +++ b/src/core/types/Entities/index.ts @@ -112,4 +112,21 @@ export interface IEvoContact extends IBaseOption { fullname?: string; } -export type TEntity = IAccount & ILead & IOpportunity & IQuote; +export type TEntity = IAccount & + ILead & + IOpportunity & + IQuote & + ITransactionCurrency & + IEvoClientType & + IEvoClientRisk & + IEvoBaseproduct & + IEvoLeasingObjectType & + IEvoBrand & + IEvoModel & + IEvoEquipment & + IEvoRewardCondition & + IEvoGPSBrand & + IEvoGPSModel & + IEvoRegion & + IEvoTown & + IEvoContact;