@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable ActivationKeySchemaConst

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