This commit is contained in:
einhornimmond 2024-02-16 00:51:51 +01:00
parent be5a6ac90d
commit cad31c8211

View File

@ -1,4 +1,4 @@
import { MaxLength, MinLength, IsString, IsUUID } from 'class-validator'
import { MaxLength, MinLength, IsString } from 'class-validator'
import { Decimal } from 'decimal.js-light'
import { ArgsType, Field } from 'type-graphql'