This commit is contained in:
Isaac Wise
2024-07-27 17:41:13 -05:00
parent 4faf389a2b
commit 94be3a7448
34 changed files with 308 additions and 256 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export enum Sort {
DescriptionZA,
}
export type Order = { [key: string]: 'asc' | 'desc' };
export type Order = { [key: string]: "asc" | "desc" };
export type LinkRequestQuery = {
sort: Sort;