Refactor content generation to simplify field schema generation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { type AnyZodObject, type objectUtil, z, type ZodEffects, type ZodObject, ZodOptional, type ZodRawShape } from "zod";
|
||||
import { z, ZodOptional, ZodEffects } from "zod";
|
||||
import type { AnyZodObject, objectUtil, ZodObject, ZodRawShape } from "zod";
|
||||
import type { AnyZodRecord, HasRequiredKeys, ZodRecordKeys } from "./types.ts";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user