created a route for public collections
This commit is contained in:
@@ -49,3 +49,9 @@ export type SearchSettings = {
|
||||
tags: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
export interface PublicCollectionIncludingLinks
|
||||
extends Omit<Collection, "ownerId"> {
|
||||
ownerName?: string;
|
||||
links: Omit<Link, "screenshotPath" | "pdfPath">;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user