UNPKG

ldap-vc-status

Version:
6 lines (5 loc) 145 B
export default class SearchResult { isRevoked: boolean; results: Array<any>; constructor(isRevoked: boolean, results: Array<any>); }