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

    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,
                >,
            >,
        ],
    > = ...