diff --git a/types/global.ts b/types/global.ts index e77454d..b347659 100644 --- a/types/global.ts +++ b/types/global.ts @@ -7,10 +7,16 @@ type OptionalExcluding = Partial & export interface LinkIncludingShortenedCollectionAndTags extends Omit< Link, - "id" | "createdAt" | "collectionId" | "updatedAt" | "lastPreserved" + | "id" + | "createdAt" + | "collectionId" + | "updatedAt" + | "lastPreserved" + | "importDate" > { id?: number; createdAt?: string; + importDate?: string; collectionId?: number; tags: Tag[]; pinnedBy?: {