Type alias Test

Test: z.infer<typeof TestSchema>

Represents the inferred type from the TestSchema using Zod.

This type is automatically generated based on the structure of TestSchema. It ensures that the type definition stays in sync with the schema.

Generated using TypeDoc