add support for subcollections to the navbar
This commit is contained in:
@@ -35,6 +35,7 @@ export interface CollectionIncludingMembersAndLinkCount
|
||||
createdAt?: string;
|
||||
_count?: { links: number };
|
||||
members: Member[];
|
||||
subCollections: CollectionIncludingMembersAndLinkCount[];
|
||||
}
|
||||
|
||||
export interface TagIncludingLinkCount extends Tag {
|
||||
|
||||
Reference in New Issue
Block a user