n8n/packages/node-dev/src/Interfaces.ts
2019-06-23 12:35:23 +02:00

5 lines
82 B
TypeScript

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