import { z } from "zod";

{{#if types}}
{{#each types}}
export {{{this}}}
{{/each}}
{{/if}}

{{#each schemas}}
export const {{@key}} = {{{this}}};
{{/each}}
