Variable EntryReplacementComponentConst
EntryReplacementComponent: ZodMiniObject<
{
baseline: ZodMiniObject<
{
hidden: ZodMiniPrefault<ZodMiniBoolean<boolean>>;
id: ZodMiniString<string>;
},
$strip,
>;
type: ZodMiniOptional<ZodMiniLiteral<"EntryReplacement">>;
variants: ZodMiniArray<
ZodMiniObject<
{
hidden: ZodMiniPrefault<ZodMiniBoolean<boolean>>;
id: ZodMiniString<string>;
},
$strip,
>,
>;
},
$strip,
> = ...
Zod schema describing an entry replacement personalization component.