You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Seats supports two types of pricing: simple pricing and multi-level pricing. {@link https://docs.seats.io/docs/renderer/config-pricing See documentation}
97
97
*/
98
98
pricing?: Pricing
99
+
/**
100
+
* Groups objects into listings that can be configured with a type and selected together.
101
+
*/
102
+
listings?: ConfigListing[]
103
+
/**
104
+
* Defines the available listing types, each with an optional icon and label.
105
+
*/
106
+
listingTypes?: ListingTypes
99
107
/**
100
108
* Formats the price into a custom defined string when showing it to and en user. {@link https://docs.seats.io/docs/renderer/config-priceformatter See documentation}
101
109
*/
@@ -1277,6 +1285,18 @@ export type MultiLevelPricingForObjects = {
0 commit comments