n8n
Version:
n8n Workflow Automation Tool
13 lines (12 loc) • 498 B
TypeScript
import { CredentialsEntity } from './CredentialsEntity';
import { ExecutionEntity } from './ExecutionEntity';
import { WorkflowEntity } from './WorkflowEntity';
import { WebhookEntity } from './WebhookEntity';
import { TagEntity } from './TagEntity';
export declare const entities: {
CredentialsEntity: typeof CredentialsEntity;
ExecutionEntity: typeof ExecutionEntity;
WorkflowEntity: typeof WorkflowEntity;
WebhookEntity: typeof WebhookEntity;
TagEntity: typeof TagEntity;
};