mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 07:04:06 -08:00
dbc02803db
* 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';
|