Skip to content

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