Skip to main content

Type Alias: OptionSetsData

OptionSetsData = Record<string, OptionSetData>

Collection of option sets indexed by their ID.

OptionSetsData maps option set IDs to their complete data structures, providing quick access to option sets by their unique identifier. This is typically used to store and access all option sets relevant to a product configuration.