We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7967543 commit 58f90f7Copy full SHA for 58f90f7
frontend/lib/models.ts
@@ -13,7 +13,7 @@ export interface Bookmark {
13
}
14
15
export interface BookmarkById {
16
- readonly [id: number]: Bookmark;
+ readonly [id: string]: Bookmark;
17
18
19
export interface SearchCondition {
frontend/state.ts
@@ -8,7 +8,7 @@ export interface State {
8
export interface BookmarkState {
9
readonly nowLoading: boolean;
10
readonly byId: {
11
12
};
0 commit comments