Files
n8n-nodes-gwezz-changdunovel/node_modules/n8n-workflow/dist/esm/global-state.d.ts
2025-10-26 23:10:15 +08:00

6 lines
225 B
TypeScript

export interface GlobalState {
defaultTimezone: string;
}
export declare function setGlobalState(state: GlobalState): void;
export declare function getGlobalState(): GlobalState;
//# sourceMappingURL=global-state.d.ts.map