···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import * as z from 'zod/v4-mini';
44+55+export const zLocaleOrLanguage = z.union([
66+ z.string().check(z.length(5)),
77+ z.string().check(z.length(2))
88+]);
···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import { z } from 'zod';
44+55+export const zLocaleOrLanguage = z.union([
66+ z.string().length(5),
77+ z.string().length(2)
88+]);
···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import { z } from 'zod/v4';
44+55+export const zLocaleOrLanguage = z.union([
66+ z.string().length(5),
77+ z.string().length(2)
88+]);
···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import * as z from 'zod/mini';
44+55+export const zLocaleOrLanguage = z.union([
66+ z.string().check(z.length(5)),
77+ z.string().check(z.length(2))
88+]);
···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import { z } from 'zod/v3';
44+55+export const zLocaleOrLanguage = z.union([
66+ z.string().length(5),
77+ z.string().length(2)
88+]);
···11+// This file is auto-generated by @hey-api/openapi-ts
22+33+import { z } from 'zod';
44+55+export const zLocaleOrLanguage = z.union([
66+ z.string().length(5),
77+ z.string().length(2)
88+]);