UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 367 B
export declare function draftChatMemoryResourceId(userId: string): string; export declare function integrationMemoryResourceId(integrationType: string, platformUserId: string): string; export declare function isIntegrationMemoryResourceId(resourceId: string | undefined): resourceId is string; export declare function taskRunMemoryResourceId(taskId: string): string;