diff --git a/src/typebox_utils.ts b/src/typebox_utils.ts index 82d8f74..1ac7bcf 100644 --- a/src/typebox_utils.ts +++ b/src/typebox_utils.ts @@ -1,4 +1,4 @@ -import { TSchema, Type, TypeCompiler } from "./deps/typebox.ts"; +import { TSchema, Type } from "./deps/typebox.ts"; export const NonEmptyString = (props?: Parameters[0]) => Type.String({ minLength: 1, ...props });