UNPKG

@thunderstorefront/types

Version:

Thunder Storefront types package

10 lines (9 loc) 212 B
export type StoreConfig = { locale: string; storeId: string; storeName: string; storeSortOrder: number; catalogDefaultSortBy: string; gridPerPage: number; baseCurrencyCode: string; };