UNPKG

@spartacus/storefront

Version:

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

11 lines (10 loc) 200 B
export interface CsvFileValidationErrors { tooLarge?: { maxSize: number; }; tooManyEntries?: { maxEntries: number; }; empty?: boolean; notParsable?: boolean; }