chore(deps): update dependency @types/chrome to v0.0.313 #2454
Annotations
10 errors
zip:
src/infrastructure/fixtures/bookmarks.ts#L84
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/infrastructure/fixtures/bookmarks.ts#L66
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/infrastructure/fixtures/bookmarks.ts#L50
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/infrastructure/fixtures/bookmarks.ts#L32
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/infrastructure/fixtures/bookmarks.ts#L24
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/infrastructure/fixtures/bookmarks.ts#L16
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/infrastructure/fixtures/bookmarks.ts#L8
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/Bookmarks/repository.test.ts#L34
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/Bookmarks/repository.test.ts#L18
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
|
zip:
src/App/component.test.tsx#L7
Argument of type '{ id: string; title: string; children: { id: string; title: string; url: string; }[]; }[]' is not assignable to parameter of type 'void'.
|