mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
* Add fields and Ops for Lookup Search * Adds Search (Search + Lookup) operations * 🔨 credentials update * 🔨 improvements * ⚡ clean up and linter fixes * ⚡ merged search and query, more hints * ⚡ Improvements * ⚡ Add generic type to authentication method Co-authored-by: Michael Kret <michael.k@radency.com> Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
9 lines
304 B
TypeScript
9 lines
304 B
TypeScript
export * from './AccountDescription';
|
|
export * from './AppointmentDescription';
|
|
export * from './ContactDescription';
|
|
export * from './DealDescription';
|
|
export * from './NoteDescription';
|
|
export * from './SalesActivityDescription';
|
|
export * from './SearchDescription';
|
|
export * from './TaskDescription';
|