Module Types.InternalLinkSource

type target =
  1. | Resolved of Url.t
  2. | Unresolved
type t = {
  1. target : target;
  2. content : Inline.t;
  3. tooltip : string option;
}