UNPKG

@spartacus/storefront

Version:

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

8 lines (7 loc) 173 B
import { Observable } from 'rxjs'; export interface SchemaBuilder { build(): Observable<{}>; } export interface JsonLdBuilder<T> { build(data: T): Observable<{}>; }