1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Fixed interface

This commit is contained in:
Laurent Cozic 2021-10-16 12:19:19 +01:00
parent 5e6e1bf913
commit 6bcd801028

View File

@ -36,7 +36,7 @@ export interface RemoteItem {
export interface PaginatedList {
items: RemoteItem[];
hasMore: boolean;
has_more: boolean;
context: any;
}