ldap.ts 136 B

1234567
  1. export interface IResTestLdap {
  2. err?: any,
  3. message: string,
  4. status: string,
  5. ldapConfiguration?: any,
  6. ldapAccountInfo?: any,
  7. }