Aller au contenu

schemas/config/integrations

Ce contenu n’est pas encore disponible dans votre langue.

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