n8n/packages/node-dev/src/Interfaces.ts

5 lines
82 B
TypeScript
Raw Normal View History

2019-06-23 03:35:23 -07:00
export interface IBuildOptions {
destinationFolder?: string;
watch?: boolean;
}