+1
-4
@@ -22,7 +22,6 @@ export interface LinkIncludingShortenedCollectionAndTags
|
||||
pinnedBy?: {
|
||||
id: number;
|
||||
}[];
|
||||
updatedAt?: string;
|
||||
collection: OptionalExcluding<Collection, "name" | "ownerId">;
|
||||
}
|
||||
|
||||
@@ -32,7 +31,7 @@ export interface Member {
|
||||
canCreate: boolean;
|
||||
canUpdate: boolean;
|
||||
canDelete: boolean;
|
||||
user: OptionalExcluding<User, "email" | "username" | "name" | "id">;
|
||||
user: OptionalExcluding<User, "username" | "name" | "id">;
|
||||
}
|
||||
|
||||
export interface CollectionIncludingMembersAndLinkCount
|
||||
@@ -81,8 +80,6 @@ export enum Sort {
|
||||
DescriptionZA,
|
||||
}
|
||||
|
||||
export type Order = { [key: string]: "asc" | "desc" };
|
||||
|
||||
export type LinkRequestQuery = {
|
||||
sort?: Sort;
|
||||
cursor?: number;
|
||||
|
||||
Reference in New Issue
Block a user