UNPKG

@golemio/parkings

Version:
7 lines (6 loc) 228 B
import { SequelizeModel } from "@golemio/core/dist/output-gateway/models/SequelizeModel"; export declare class ParkingMeasurementRepository extends SequelizeModel { constructor(); GetAll(): never; GetOne(): never; }