<?php
namespace JanusHercules\Shared\Presentation\Entity;
readonly class NavigationItem
{
public function __construct(
public ?string $type,
public ?string $label,
public ?string $iconLink,
public ?string $url,
) {
}