Initial commit
This commit is contained in:
@@ -34,3 +34,9 @@ export interface PageableResponse<T = any> extends BasicResponse {
|
||||
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
export interface ApiPaginationQuery {
|
||||
page: number;
|
||||
limit: number;
|
||||
keyword: NullableString;
|
||||
}
|
||||
Reference in New Issue
Block a user