mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-03-30 17:26:38 +00:00
✨ feat: initial prototype
This commit is contained in:
4
apps/web/types/index.ts
Normal file
4
apps/web/types/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface PaginationParams {
|
||||
page?: number;
|
||||
limit?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user