mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add labels in highlight type
This commit is contained in:
parent
c59cf9cf65
commit
04f7fdc31f
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ export interface Highlight {
|
|||
annotation?: string | null
|
||||
sharedAt?: Date | null
|
||||
updatedAt?: Date | null
|
||||
labels?: Label[]
|
||||
}
|
||||
|
||||
export interface Page {
|
||||
|
|
|
|||
Loading…
Reference in a new issue