} */ public array $form = [ 'customer_type_id' => 0, 'attribute_values' => [], ]; /** @var array> */ public array $errors = []; /** @var array|null */ public ?array $customer = null; /** * All customer types with attributes decoded. * @var list}> */ public array $customerTypes = []; }