import * as z from 'zod'; export const JsonNullValueInputSchema = z.enum(['JsonNull']) export type JsonNullValueInput = z.infer;