catalog-backend: review fixes

This commit is contained in:
Patrik Oldsberg
2020-10-22 17:36:56 +02:00
parent a7478736bd
commit 15278fae30
6 changed files with 34 additions and 41 deletions
@@ -32,8 +32,8 @@ export const RELATION_OWNER_OF = 'ownerOf';
/**
* A relation with an API entity, typically from a component or system
*/
export const RELATION_IMPLEMENTED_BY = 'implementedBy';
export const RELATION_IMPLEMENTS = 'implements';
export const RELATION_CONSUMES_API = 'consumesApi';
export const RELATION_PROVIDES_API = 'providesApi';
/**
* A relation denoting a dependency on another entity.