chore: playground api request
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
declare namespace Global {
|
||||
interface Pagination {
|
||||
page: number;
|
||||
perPage: number;
|
||||
perPage?: number;
|
||||
watch?: boolean;
|
||||
}
|
||||
interface PageResponse<T> {
|
||||
|
||||
Reference in New Issue
Block a user