Added selectedLinks to store & checkbox on list view

This commit is contained in:
Isaac Wise
2024-02-09 23:24:22 -06:00
parent c78aa2da0d
commit 0a070deebd
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export interface LinkIncludingShortenedCollectionAndTags
Link,
"id" | "createdAt" | "collectionId" | "updatedAt" | "lastPreserved"
> {
id?: number;
id: number;
createdAt?: string;
collectionId?: number;
tags: Tag[];