@type t() :: %Navigator.Link{
active_class: String.t(),
base_class: String.t() | nil,
class: String.t() | nil,
condition: mfa() | nil,
icon: String.t() | nil,
label: label(),
method: :get | :post | :put | :patch | :delete | nil,
otp_app: atom(),
to: mfa()
}