UNPKG

ngx-sp-infra

Version:
8 lines (7 loc) • 210 B
import { IError } from "../../../../public-api"; import { Logs } from "./logs-report"; export declare class RetLogReport implements IError { Error: boolean; ErrorMessage: string; LogReport: Logs; }