Share via


DocumentAnnotationKind type

Document annotation kind.

type DocumentAnnotationKind =
  | "highlight"
  | "strikethrough"
  | "underline"
  | "italic"
  | "bold"
  | "circle"
  | "note"