remove Page.keyword and add likeMap
This commit is contained in:
@@ -22,8 +22,8 @@ export type Response = {
|
||||
export type Page = {
|
||||
index: number;
|
||||
size: number;
|
||||
keyword?: string;
|
||||
orderMap?: { [key: string]: OrderType };
|
||||
likeMap?: { [key: string]: string };
|
||||
}
|
||||
|
||||
export enum OrderType {
|
||||
|
||||
Reference in New Issue
Block a user