You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Fixed interface
This commit is contained in:
@@ -36,7 +36,7 @@ export interface RemoteItem {
|
||||
|
||||
export interface PaginatedList {
|
||||
items: RemoteItem[];
|
||||
hasMore: boolean;
|
||||
has_more: boolean;
|
||||
context: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user