feat: created the Link component
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
||||
import { Link, Tag } from "@prisma/client";
|
||||
import { Collection, Link, Tag } from "@prisma/client";
|
||||
|
||||
export interface LinkAndTags extends Link {
|
||||
export interface ExtendedLink extends Link {
|
||||
tags: Tag[];
|
||||
collection: Collection;
|
||||
}
|
||||
|
||||
export interface NewLink {
|
||||
|
||||
Reference in New Issue
Block a user