UNPKG

ngx-sp-infra

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