refactor: make offer price property optional

This commit is contained in:
Rainer Killinger
2021-11-30 12:27:40 +01:00
parent 36a4bfcbbc
commit 3d8f996690

View File

@@ -107,7 +107,7 @@ export interface SCThingThatCanBeOfferedOffer<T extends SCPriceGroup>
/** /**
* List of prices that are distinct for specific groups * List of prices that are distinct for specific groups
*/ */
prices: T; prices?: T;
/** /**
* Provider of an offer * Provider of an offer