UNPKG

@intuitionrobotics/bug-report

Version:
14 lines (13 loc) 545 B
import { Module } from "@intuitionrobotics/ts-common"; import { DB_BugReport, ReportLogFile } from "../../shared/api"; 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;