added rearchive functionallity + dropdown fix [WIP]

This commit is contained in:
daniel31x13
2023-10-28 05:57:53 -04:00
parent 9b6038201c
commit ac795cdbdc
6 changed files with 169 additions and 62 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ type OptionalExcluding<T, TRequired extends keyof T> = Partial<T> &
Pick<T, TRequired>;
export interface LinkIncludingShortenedCollectionAndTags
extends Omit<Link, "id" | "createdAt" | "collectionId"> {
extends Omit<Link, "id" | "createdAt" | "collectionId" | "updatedAt"> {
id?: number;
createdAt?: string;
collectionId?: number;