UNPKG

ngx-sp-infra

Version:
8 lines (7 loc) • 251 B
import { IError } from "../../utils/ierror"; import { InfraSegConfig } from "../7Db/InfraSegConfig.record"; export declare class RetInfraSegConfig implements IError { Error: boolean; ErrorMessage: string; InfraSegConfig: InfraSegConfig; }