import { InjectionToken } from '@angular/core';

export const PARENT_ENTITY = new InjectionToken<any>('HYPERMEDIA_PARENT_ENTITY');
