TextQuoteSelector: {
    exact: string;
    prefix?: string;
    suffix?: string;
    type: "TextQuoteSelector";
}

Type declaration

  • exact: string
  • Optional prefix?: string
  • Optional suffix?: string
  • type: "TextQuoteSelector"

Generated using TypeDoc