UNPKG

@christiangalsterer/node-postgres-prometheus-exporter

Version:
6 lines (5 loc) 176 B
import type { PgExporterOptions } from './pgExporterOptions'; /** * Optional parameter to configure the exporter. */ export type PgClientExporterOptions = PgExporterOptions;