mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Update pagination request on client
This commit is contained in:
@@ -19,8 +19,8 @@ export interface BasePaginatedResponse<T> {
|
||||
}
|
||||
|
||||
export interface BasePaginationRequest {
|
||||
limit: number;
|
||||
page: number;
|
||||
skip: number;
|
||||
take: number;
|
||||
}
|
||||
|
||||
export type ServerResponse = {
|
||||
|
||||
Reference in New Issue
Block a user