mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
continued refactoring
This commit is contained in:
@@ -3,9 +3,10 @@ import { AuthTokenInfo } from './auth-token-info.model';
|
||||
import { EPerson } from '../../eperson/models/eperson.model';
|
||||
import { RemoteData } from '../../data/remote-data';
|
||||
import { Observable } from 'rxjs';
|
||||
import { CacheableObject } from '../../cache/object-cache.reducer';
|
||||
import { CacheableObject, TypedObject } from '../../cache/object-cache.reducer';
|
||||
import { ResourceType } from '../../shared/resource-type';
|
||||
|
||||
export class AuthStatus implements CacheableObject {
|
||||
export class AuthStatus implements CacheableObject, TypedObject {
|
||||
|
||||
id: string;
|
||||
|
||||
@@ -20,4 +21,7 @@ export class AuthStatus implements CacheableObject {
|
||||
token?: AuthTokenInfo;
|
||||
|
||||
self: string;
|
||||
|
||||
type: ResourceType;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user