UNPKG

@golemio/parkings

Version:
10 lines (9 loc) 424 B
import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models"; export declare class AverageOccupancyRepository extends PostgresModel implements IModel { constructor(); /** * Trigger calculate_average_occupancy function to calculate occupancy delta * since last update and add it to average in `parkings_average_occupancy`. */ calculateAverageOccupancy(): Promise<void>; }