Skip to content

Commit

Permalink
feat: add nodeType to SizeValidationError [DANTE-1114] (#1807)
Browse files Browse the repository at this point in the history
feat: add nodeType to SizeValidationError
  • Loading branch information
alicandko authored Jan 19, 2024
1 parent ec99e6a commit 735e915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/validation-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface SizeValidationError extends BaseValidationError {
name: 'size'
max: number
min: number
nodeType?: string
}

export interface RangeValidationError extends BaseValidationError {
Expand Down

0 comments on commit 735e915

Please sign in to comment.