跳转到内容

schemas/config/imageService

此内容尚不支持你的语言。

const imageServiceSchema: ZodDefault<ZodOptional<ZodObject<{
cdnPlugin: ZodOptional<ZodEnum<["cloudinary-js"]>>;
}, "strip", ZodTypeAny, {
cdnPlugin: "cloudinary-js";
}, {
cdnPlugin: "cloudinary-js";
}>>>;

Defined in: studiocms/packages/studiocms/src/schemas/config/imageService.ts:6