UNPKG

@golemio/pid

Version:
8 lines (7 loc) 285 B
import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models"; /** * Custom Postgres model for Ropid VYMI Events Stops */ export declare class RopidVYMIEventsStopsModel extends PostgresModel implements IModel { constructor(addAuditAttributes?: boolean); }