import { ProviderToken } from "@angular/core"; export interface NcrContentfulSeoConfig { seo: { metaService: ProviderToken; enabled: boolean; }; }