UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

5 lines 179 B
export declare const EntryTypes: { readonly NEW_TIME_ENTRY: 0; }; export type EntryType = (typeof EntryTypes)[keyof typeof EntryTypes]; //# sourceMappingURL=EntryType.d.ts.map