mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Add pagination component
This commit is contained in:
@ -17,6 +17,9 @@ export type GistData = {
|
||||
description: string | null;
|
||||
};
|
||||
export type GetGists = {
|
||||
/**
|
||||
* { prev: null, next: '2', last: '5', first: null }
|
||||
*/
|
||||
pageSize: pageSize;
|
||||
gists: GistData[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user