···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import * as v from 'valibot';
44+55+export const vFoo = v.object({
66+ foo: v.optional(v.array(v.unknown()))
77+});
···66import { schemaToType } from './plugin';
77import type { HeyApiTypeScriptPlugin, PluginState } from './types';
8899-// TODO: exported just for @pinia/colada, remove export once that plugin does not depend on it
1010-export const irParametersToIrSchema = ({
99+const irParametersToIrSchema = ({
1110 parameters,
1211}: {
1312 parameters: Record<string, IR.ParameterObject>;