컨텐츠로 건너뛰기

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