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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
82 B
TypeScript
Raw Normal View History

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