Variable ActivationKey1SchemaConst
ActivationKey1Schema: ZodUnion<
readonly [
ZodObject<
{ type: ZodLiteral<"segment_id">; segment_id: ZodString },
$strip,
>,
ZodObject<
{ type: ZodLiteral<"key_value">; key: ZodString; value: ZodString },
$strip,
>,
],
> = ...