UNPKG

ngx-sp-infra

Version:
9 lines (8 loc) • 230 B
import { IError } from "../../../../public-api"; import { Logs } from "./logs-geral"; export declare class RetLogsGeral implements IError { Error: boolean; ErrorMessage: string; LogsGeral: Logs[]; Count: number; }