Skip to content

Commit c7ca786

Browse files
committed
Remove unused
1 parent 45ed958 commit c7ca786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typebox_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TSchema, Type, TypeCompiler } from "./deps/typebox.ts";
1+
import { TSchema, Type } from "./deps/typebox.ts";
22

33
export const NonEmptyString = (props?: Parameters<typeof Type.String>[0]) => Type.String({ minLength: 1, ...props });
44

0 commit comments

Comments
 (0)