mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
11 lines
380 B
TypeScript
11 lines
380 B
TypeScript
|
export * from './AccountDescription';
|
||
|
export * from './ContactDescription';
|
||
|
export * from './DealDescription';
|
||
|
export * from './InvoiceDescription';
|
||
|
export * from './LeadDescription';
|
||
|
export * from './ProductDescription';
|
||
|
export * from './PurchaseOrderDescription';
|
||
|
export * from './QuoteDescription';
|
||
|
export * from './SalesOrderDescription';
|
||
|
export * from './VendorDescription';
|