feat : #11 pagination
This commit is contained in:
@@ -12,3 +12,11 @@ export interface Profile {
|
||||
projets: string[];
|
||||
apropos: string;
|
||||
}
|
||||
|
||||
export interface ProfilePaginated {
|
||||
page: number;
|
||||
perPage: number;
|
||||
totalPages: number;
|
||||
totalItems: number;
|
||||
items: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user