UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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; }