UNPKG

@golemio/parkings

Version:
10 lines (9 loc) 325 B
import { IParkingsModels } from ".."; import { SequelizeModel } from "@golemio/core/dist/output-gateway"; export declare class ParkingsLocationModel extends SequelizeModel { static MODEL_RELATION_PARKING: string; constructor(); Associate: (m: IParkingsModels) => void; GetAll(): never; GetOne(): never; }