Files
starface-outlook-sync-addin/node_modules/applicationinsights/out/AutoCollection/diagnostic-channel/postgres.sub.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

6 lines
342 B
TypeScript

import TelemetryClient = require("../../Library/TelemetryClient");
import { IStandardEvent } from "diagnostic-channel";
import { pg } from "diagnostic-channel-publishers";
export declare const subscriber: (event: IStandardEvent<pg.IPostgresData>) => void;
export declare function enable(enabled: boolean, client: TelemetryClient): void;