Revert "undo commit"

This reverts commit 9103f67db5.
This commit is contained in:
daniel31x13
2024-11-03 03:27:52 -05:00
parent e37702aa14
commit dbd096ab76
176 changed files with 2362 additions and 9401 deletions
+1 -4
View File
@@ -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;