v0.0.23
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ export type Page<T> = {
|
||||
index: number;
|
||||
size: number;
|
||||
orderMap?: { [K in keyof T]?: OrderType };
|
||||
equalsExample?: T;
|
||||
likesExample?: T;
|
||||
equalsExample?: Partial<T>;
|
||||
likesExample?: Partial<T>;
|
||||
}
|
||||
|
||||
export enum OrderType {
|
||||
|
||||
Reference in New Issue
Block a user