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

    Variable ListScenariosSuccessSchemaConst

    ListScenariosSuccessSchema: ZodObject<
        {
            success: ZodLiteral<true>;
            scenarios: ZodArray<
                ZodUnion<
                    readonly [
                        ZodLiteral<"force_creative_status">,
                        ZodLiteral<"force_account_status">,
                        ZodLiteral<"force_media_buy_status">,
                        ZodLiteral<"force_session_status">,
                        ZodLiteral<"simulate_delivery">,
                        ZodLiteral<"simulate_budget_spend">,
                    ],
                >,
            >;
            context: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
            ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
        },
        $loose,
    > = ...