UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 425 B
import type { CredentialsEntity, User, WorkflowEntity, TagEntity, AnnotationTagEntity } from '@n8n/db'; import type { PersonalizationSurveyAnswersV4 } from './controllers/survey-answers.dto'; export declare function validateEntity(entity: WorkflowEntity | CredentialsEntity | TagEntity | AnnotationTagEntity | User | PersonalizationSurveyAnswersV4): Promise<void>; export declare const DEFAULT_EXECUTIONS_GET_ALL_LIMIT = 20;