mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Fixed interface
This commit is contained in:
parent
5e6e1bf913
commit
6bcd801028
@ -36,7 +36,7 @@ export interface RemoteItem {
|
||||
|
||||
export interface PaginatedList {
|
||||
items: RemoteItem[];
|
||||
hasMore: boolean;
|
||||
has_more: boolean;
|
||||
context: any;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user