Module Types.LinkSource

type t = {
  1. target : Target.t;
  2. content : Inline.t;
  3. tooltip : string option;
}