fix QueryPage equalsExample arg
This commit is contained in:
@ -17,7 +17,7 @@ export type QueryPage = {
|
||||
index: number;
|
||||
size: number;
|
||||
orderMap?: { [key: string]: OrderType };
|
||||
equealsExample?: { [key: string]: string | undefined | null };
|
||||
equalsExample?: { [key: string]: string | undefined | null };
|
||||
likeExample?: { [key: string]: string | undefined | null };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user