Type alias AbbreviationValue

AbbreviationValue: {
    content: string;
    kind: "abbreviation";
    location: Location;
}

Type declaration

  • content: string
  • kind: "abbreviation"
  • location: Location

Generated using TypeDoc