UNPKG

@spartacus/storefront

Version:

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

15 lines (14 loc) 258 B
export interface ExportFileOptions { /** * File name for exported file. */ fileName: string; /** * Extension for exported file. */ extension: string; /** * Mime/type for exported file. */ type: string; }