import { InjectionToken } from '@angular/core';

export const TOKEN_PROVIDER = new InjectionToken<{ getToken(): string }>('HYPERMEDIA_TOKEN_PROVIDER');
