UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

8 lines (7 loc) 206 B
import { z } from "astro/zod"; const pluginTranslationsSchema = z.custom(); const pluginTranslationCollectionSchema = z.custom(); export { pluginTranslationCollectionSchema, pluginTranslationsSchema };