UNPKG

ngx-sp-infra

Version:
8 lines (7 loc) • 274 B
import { IError } from "../../../models/utils/ierror"; import { InfraAuthentication } from "./InfraAuthentication"; export declare class RetInfraAuthentication implements IError { Error: boolean; ErrorMessage: string; InfraAuthentication: InfraAuthentication; }