import * as z from 'zod'; export const {{ titleCase moduleName }}Schema = z.object({}); export type {{ titleCase moduleName }}Payload = z.infer;