UNPKG

@golemio/parkings

Version:
17 lines (16 loc) 483 B
/// <reference types="express" /> import { Router } from "@golemio/core/dist/shared/express"; export declare class KoridParkingsRouter { router: Router; private configController; private dataController; constructor(); /** * Initiates all routes. Should respond with correct data to a HTTP requests to all routes. */ private initRoutes; private PostConfig; private PostData; } declare const parkingsRouter: Router; export { parkingsRouter };