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