remove Page.keyword and add likeMap

This commit is contained in:
Timi
2025-12-03 12:01:13 +08:00
parent 9e518a244a
commit 381dc73163

View File

@ -22,8 +22,8 @@ export type Response = {
export type Page = {
index: number;
size: number;
keyword?: string;
orderMap?: { [key: string]: OrderType };
likeMap?: { [key: string]: string | undefined | null };
}
export enum OrderType {