integrate search new javascript api

This commit is contained in:
Eugenio Romano
2016-07-11 16:58:15 +01:00
parent 8c84bc9be5
commit 0e4a401e7f
7 changed files with 17 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ import { Observable } from 'rxjs/Rx';
export interface AbstractAuthentication {
TYPE: string;
alfrescoApi: any;
login(username: string, password: string): Observable<any>;