mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import { fileUploadDescription as description } from './description';
|
|
import { upload as execute } from './execute';
|
|
|
|
export { description, execute };
|