Add labels in highlight type

This commit is contained in:
Hongbo Wu
2022-06-01 19:01:26 +08:00
parent c59cf9cf65
commit 04f7fdc31f

View File

@ -163,6 +163,7 @@ export interface Highlight {
annotation?: string | null
sharedAt?: Date | null
updatedAt?: Date | null
labels?: Label[]
}
export interface Page {