컨텐츠로 건너뛰기

schemas/config/integrations

이 내용은 아직 번역본이 없습니다.

const includedIntegrationsSchema: ZodDefault<ZodOptional<ZodObject<{
robotsTXT: ZodDefault<ZodOptional<ZodUnion<[ZodType<RobotsConfig, ZodTypeDef, RobotsConfig>, ZodBoolean]>>>;
}, "strip", ZodTypeAny, {
robotsTXT: | boolean
| RobotsConfig;
}, {
robotsTXT: | boolean
| RobotsConfig;
}>>>;

Defined in: studiocms/packages/studiocms/src/schemas/config/integrations.ts:7