mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Add Data store specific errors use them at service / repository (no-changelog) (#18380)
This commit is contained in:
@@ -2,5 +2,5 @@ import { z } from 'zod';
|
||||
import { Z } from 'zod-class';
|
||||
|
||||
export class MoveDataStoreColumnDto extends Z.class({
|
||||
targetIndex: z.number(),
|
||||
targetIndex: z.number().int().nonnegative(),
|
||||
}) {}
|
||||
|
||||
Reference in New Issue
Block a user