revert previous change

This commit is contained in:
Isaac Wise
2024-02-10 16:25:38 -06:00
parent 080be856cc
commit fda782ec44
4 changed files with 3 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[];