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

    Variable SimulateBudgetSpendSchemaConst

    SimulateBudgetSpendSchema: ZodObject<
        {
            scenario: ZodLiteral<"simulate_budget_spend">;
            params: ZodRecord<ZodString, ZodUnknown>;
            context: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
            ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
        },
        $loose,
    > = ...