UNPKG

@golemio/pid

Version:
7 lines (6 loc) 352 B
import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models"; import { SourceTableSuffixEnum } from "../../helpers/SourceTableSuffixEnum"; export declare class MinMaxStopSequencesRepository extends PostgresModel implements IModel { constructor(); populate: (sourceTableSuffix: SourceTableSuffixEnum) => Promise<void>; }