UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

17 lines (16 loc) 447 B
import * as i0 from "@angular/core"; export declare abstract class SeoConfig { seo?: SeoOptions; static ɵfac: i0.ɵɵFactoryDeclaration<SeoConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SeoConfig>; } export interface SeoOptions { structuredData?: StructuredData; } export interface StructuredData { disableInDevMode?: boolean; } declare module '@spartacus/core' { interface Config extends SeoConfig { } }