format
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user