n8n_node_librebooking/custom-nodes/index.ts

5 lines
279 B
TypeScript

// LibreBooking n8n Node - Entry Point
export { LibreBooking } from './nodes/LibreBooking/LibreBooking.node';
export { LibreBookingTrigger } from './nodes/LibreBookingTrigger/LibreBookingTrigger.node';
export { LibreBookingApi } from './credentials/LibreBookingApi.credentials';