move one more type

This commit is contained in:
Jake Potrebic 2022-11-20 09:35:33 -08:00
parent e9532e668e
commit 481be136f8

View File

@ -1,6 +1,8 @@
import { Model } from "hangar-api";
declare module "hangar-api" {
interface Model {
createdAt: string;
}
interface Pagination {
limit: number;
offset: number;