컨텐츠로 건너뛰기

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