컨텐츠로 건너뛰기

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