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_create_media_buy_arm">,
ZodLiteral<"force_task_completion">,
ZodLiteral<"force_session_status">,
ZodLiteral<"simulate_delivery">,
ZodLiteral<"simulate_budget_spend">,
ZodLiteral<"seed_product">,
ZodLiteral<"seed_pricing_option">,
ZodLiteral<"seed_creative">,
ZodLiteral<"seed_plan">,
ZodLiteral<"seed_media_buy">,
ZodLiteral<"seed_creative_format">,
],
>,
>;
context: ZodOptional<ZodObject<{}, $loose>>;
ext: ZodOptional<ZodObject<{}, $loose>>;
},
$loose,
> = ...