Fix deleting highlights from the PDF notebook modal
This commit is contained in:
@ -10,6 +10,8 @@ export type CreateHighlightInput = {
|
||||
shortId: string
|
||||
patch: string
|
||||
articleId: string
|
||||
highlightPositionPercent?: number
|
||||
highlightPositionAnchorIndex?: number
|
||||
}
|
||||
|
||||
type CreateHighlightOutput = {
|
||||
|
||||
@ -12,6 +12,8 @@ export type MergeHighlightInput = {
|
||||
suffix?: string
|
||||
annotation?: string
|
||||
overlapHighlightIdList: string[]
|
||||
highlightPositionPercent?: number
|
||||
highlightPositionAnchorIndex?: number
|
||||
}
|
||||
|
||||
export type MergeHighlightOutput = {
|
||||
|
||||
Reference in New Issue
Block a user