Skip to content

schemas/config/componentoverrides

const overridesSchema: ZodDefault<ZodOptional<ZodObject<{
CustomImageOverride: ZodOptional<ZodString>;
FormattedDateOverride: ZodOptional<ZodString>;
}, "strip", ZodTypeAny, {
CustomImageOverride: string;
FormattedDateOverride: string;
}, {
CustomImageOverride: string;
FormattedDateOverride: string;
}>>>;

Defined in: studiocms/packages/studiocms/src/schemas/config/componentoverrides.ts:3