UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 155 B
import { WithTimestamps } from '@n8n/db'; export declare class AgentResourceEntity extends WithTimestamps { id: string; metadata: string | null; }