Denys Vuika 4a6d0c55bf Code improvements
- move auth token out of the document list (to the settings service for
now)

refs #9
2016-05-04 14:58:58 +01:00

6 lines
114 B
TypeScript

export declare class AlfrescoSettingsService {
private _host;
host: string;
getAuthToken(): string;
}