} */ public array $form = [ 'campaign_type_id' => 0, 'attribute_values' => [], ]; /** * @var array> */ public array $errors = []; /** * @var array|null */ public ?array $campaign = null; /** * All campaign types with attributes decoded, used to populate the type * dropdown and drive the dynamic attribute fields. * * @var list}> */ public array $campaignTypes = []; }