n8n
Version:
n8n Workflow Automation Tool
16 lines (15 loc) • 334 B
TypeScript
export declare class SourceControlPullWorkFolder {
force?: boolean;
importAfterPull?: boolean;
files?: Set<string>;
variables?: {
[key: string]: string;
};
}
export declare class SourceControllPullOptions {
userId: string;
force?: boolean;
variables?: {
[key: string]: string;
};
}