UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

9 lines (8 loc) 354 B
import type { ValidatorConstraintInterface, ValidationArguments } from 'class-validator'; export declare class WorkflowSortByParameter implements ValidatorConstraintInterface { validate(text: string, _: ValidationArguments): boolean; defaultMessage(_: ValidationArguments): string; } export declare class WorkflowSorting { sortBy?: string; }