mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
integrate search new javascript api
This commit is contained in:
@@ -19,6 +19,7 @@ import { Observable } from 'rxjs/Rx';
|
||||
|
||||
export interface AbstractAuthentication {
|
||||
TYPE: string;
|
||||
alfrescoApi: any;
|
||||
|
||||
login(username: string, password: string): Observable<any>;
|
||||
|
||||
|
Reference in New Issue
Block a user