UNPKG

ngx-sp-infra

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