UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 177 B
export declare class BaseSelect { static selectableFields: Set<string>; protected static toSelect(rawFilter: string, Select: typeof BaseSelect): Record<string, true>; }