itermediate commit

This commit is contained in:
Art Lowel
2020-01-21 18:43:36 +01:00
parent 44facb8dcb
commit 56c3d12497
38 changed files with 228 additions and 268 deletions

View File

@@ -1,3 +1,4 @@
import { HALLink } from './hal-link.model';
import { ResourceType } from './resource-type';
import { CacheableObject } from '../cache/object-cache.reducer';
@@ -26,4 +27,8 @@ export class ExternalSource extends CacheableObject {
* The link to the rest endpoint where this External Source can be found
*/
self: string;
_links: {
self: HALLink;
}
}