🐛 Fix issue that reading version caused problems with build

This commit is contained in:
Jan Oberhauser
2019-09-19 13:21:10 +02:00
parent 291320f817
commit 52808ea460
5 changed files with 42 additions and 7 deletions

View File

@@ -259,6 +259,11 @@ export interface IN8nUISettings {
}
export interface IPackageVersions {
cli: string;
}
export interface IPushData {
data: IPushDataExecutionFinished | IPushDataNodeExecuteAfter | IPushDataNodeExecuteBefore | IPushDataTestWebhook;
type: IPushDataType;