···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import * as v from 'valibot';
44+55+export const vBar = v.string();
66+77+export const vFoo = v.object({
88+ foo: v.optional(v.pipe(v.array(vBar), v.minLength(1), v.maxLength(2147483647)))
99+});
···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import * as v from 'valibot';
44+55+export const vBar = v.string();
66+77+export const vFoo = v.object({
88+ foo: v.optional(v.pipe(v.array(vBar), v.minLength(1), v.maxLength(2147483647)))
99+});