Skip to content

languageSchema

const languageSchema: ZodDefault<ZodEnum<{
JS: "JS";
RS: "RS";
}>>;

Defined in: schema.ts:11