add support for subcollections to the navbar

This commit is contained in:
daniel31x13
2024-02-05 02:42:54 -05:00
parent dba2453453
commit 00bfdfb926
7 changed files with 153 additions and 50 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface CollectionIncludingMembersAndLinkCount
createdAt?: string;
_count?: { links: number };
members: Member[];
subCollections: CollectionIncludingMembersAndLinkCount[];
}
export interface TagIncludingLinkCount extends Tag {