UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 290 B
import { WithTimestamps } from '@n8n/db'; import type { ObservationScopeKind } from './agent-observation.entity'; export declare class AgentObservationLockEntity extends WithTimestamps { scopeKind: ObservationScopeKind; scopeId: string; holderId: string; heldUntil: Date; }