smartlog-destination-local/dist/beautylog.remote.d.ts
2016-07-24 01:17:38 +02:00

5 lines
179 B
TypeScript

export declare let remoteLog: (logType: string, logMessage: string) => void;
export declare let remote: {
loggly: (customerTokenArg: string, subdomainArg: string) => void;
};