UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 241 B
export declare class EvalThreadCredentialAllowlistService { private readonly byThread; set(threadId: string, credentialIds: string[]): void; get(threadId: string): string[] | undefined; clearThread(threadId: string): void; }