Provides struct and type for a Quicklink
@type t() :: %Gleanex.Indexing.Quicklink{ iconConfig: Gleanex.Indexing.IconConfig.t() | nil, id: String.t() | nil, name: String.t() | nil, scopes: [String.t()] | nil, shortName: String.t() | nil, url: String.t() | nil }