first commit
This commit is contained in:
6
node_modules/n8n-workflow/dist/cjs/global-state.d.ts
generated
vendored
Normal file
6
node_modules/n8n-workflow/dist/cjs/global-state.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface GlobalState {
|
||||
defaultTimezone: string;
|
||||
}
|
||||
export declare function setGlobalState(state: GlobalState): void;
|
||||
export declare function getGlobalState(): GlobalState;
|
||||
//# sourceMappingURL=global-state.d.ts.map
|
||||
Reference in New Issue
Block a user