Skip to content

Commit

Permalink
Fixed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 16, 2021
1 parent 5e6e1bf commit 6bcd801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/file-api.ts
Expand Up @@ -36,7 +36,7 @@ export interface RemoteItem {

export interface PaginatedList {
items: RemoteItem[];
hasMore: boolean;
has_more: boolean;
context: any;
}

Expand Down

0 comments on commit 6bcd801

Please sign in to comment.