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