mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
import { getTicket as execute } from './execute';
|
|
import { ticketGetDescription as description } from './description';
|
|
|
|
export { description, execute };
|