© 2026 Hedgehog Software, LLC
@prisma/client
export const Language: { EN: 'EN', SV: 'SV', }; export type Language = (typeof Language)[keyof typeof Language]
const LanguageValidator = z.enum(Language);