@adcp/client API Reference - v3.3.3
    Preparing search index...

    Variable ActivationKey1SchemaConst

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