UNPKG

@ledgerhq/coin-modules-monitoring

Version:
9 lines 294 B
import { AccountType } from "./currencies"; import { LogEntry } from "./datadog"; interface RunResult { entries: LogEntry[]; failed: boolean; } export default function (currencyIds: string[], accountTypes: AccountType[]): Promise<RunResult>; export {}; //# sourceMappingURL=run.d.ts.map