Fix merge conflicts
This commit is contained in:
+1
-2
@@ -67,7 +67,6 @@ export interface PublicCollectionIncludingLinks extends Collection {
|
||||
|
||||
export enum ViewMode {
|
||||
Card = "card",
|
||||
Grid = "grid",
|
||||
List = "list",
|
||||
Masonry = "masonry",
|
||||
}
|
||||
@@ -84,7 +83,7 @@ export enum Sort {
|
||||
export type Order = { [key: string]: "asc" | "desc" };
|
||||
|
||||
export type LinkRequestQuery = {
|
||||
sort: Sort;
|
||||
sort?: Sort;
|
||||
cursor?: number;
|
||||
collectionId?: number;
|
||||
tagId?: number;
|
||||
|
||||
Reference in New Issue
Block a user