import type { IDataObject } from '@tosspayments/n8n-workflow'; export interface IAssociation { associatedCompanyIds?: number[]; associatedVids?: number[]; } export interface IDeal { associations?: IAssociation; properties?: IDataObject[]; } //# sourceMappingURL=DealInterface.d.ts.map