Added selectedLinks to store & checkbox on list view
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export interface LinkIncludingShortenedCollectionAndTags
|
||||
Link,
|
||||
"id" | "createdAt" | "collectionId" | "updatedAt" | "lastPreserved"
|
||||
> {
|
||||
id?: number;
|
||||
id: number;
|
||||
createdAt?: string;
|
||||
collectionId?: number;
|
||||
tags: Tag[];
|
||||
|
||||
Reference in New Issue
Block a user