UNPKG

@golemio/parkings

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