No field selected
Select a field from the list to edit its configuration
import { z } from 'zod' export const MySchemaSchema = z.object({ }) export type MySchema = z.infer<typeof MySchemaSchema>