fix: fix pagination info schema
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
/* tslint:disable */
|
/* tslint:disable */
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
export type PaginationInfoSchema = {
|
export type PaginationInfoSchema = {
|
||||||
totalPages?: number;
|
totalPages: number;
|
||||||
totalItems?: number;
|
totalItems: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user