mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
move one more type
This commit is contained in:
parent
e9532e668e
commit
481be136f8
6
frontend/src/lib/types/api.d.ts
vendored
6
frontend/src/lib/types/api.d.ts
vendored
@ -1,6 +1,8 @@
|
||||
import { Model } from "hangar-api";
|
||||
|
||||
declare module "hangar-api" {
|
||||
interface Model {
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
interface Pagination {
|
||||
limit: number;
|
||||
offset: number;
|
||||
|
Loading…
Reference in New Issue
Block a user