mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Added effect retrieveMethods$
This commit is contained in:
10
src/config/auth-config.interfaces.ts
Normal file
10
src/config/auth-config.interfaces.ts
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import { Config } from './config.interface';
|
||||||
|
|
||||||
|
export interface AuthTarget {
|
||||||
|
host: string;
|
||||||
|
page: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface AuthConfig extends Config {
|
||||||
|
target: AuthTarget;
|
||||||
|
}
|
Reference in New Issue
Block a user