Files
Agent-n8n/n8n-n8n-1.109.2/packages/node-dev/src/Interfaces.ts
2025-09-08 04:48:28 +08:00

5 lines
82 B
TypeScript
Executable File

export interface IBuildOptions {
destinationFolder?: string;
watch?: boolean;
}