UNPKG

ngx-sp-infra

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