We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ed958 commit c7ca786Copy full SHA for c7ca786
src/typebox_utils.ts
@@ -1,4 +1,4 @@
1
-import { TSchema, Type, TypeCompiler } from "./deps/typebox.ts";
+import { TSchema, Type } from "./deps/typebox.ts";
2
3
export const NonEmptyString = (props?: Parameters<typeof Type.String>[0]) => Type.String({ minLength: 1, ...props });
4
0 commit comments