UNPKG

@intuitionrobotics/bug-report

Version:
14 lines 601 B
import { Module } from "@intuitionrobotics/ts-common"; import { type DB_BugReport, type ReportLogFile } from "../../shared/api.js"; export declare const RequestKey_GetLog = "GetLog"; export declare const RequestKey_PostPath = "PostPath"; export declare class AdminBRModule_Class extends Module { constructor(); private logs; retrieveLogs: () => void; downloadLogs: (path: string) => void; downloadMultiLogs: (reports: ReportLogFile[]) => void; getLogs: () => DB_BugReport[]; } export declare const AdminBRModule: AdminBRModule_Class; //# sourceMappingURL=AdminBRModule.d.ts.map