mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
refactor: Fixed spelling error availability
This commit is contained in:
@@ -70,7 +70,7 @@ export interface SCThingThatCanBeOfferedOffer<T extends SCPriceGroup> {
|
||||
/**
|
||||
* Availability of an offer
|
||||
*/
|
||||
availability: SCThingThatCanBeOfferedAvailabilty;
|
||||
availability: SCThingThatCanBeOfferedAvailability;
|
||||
|
||||
/**
|
||||
* The time when the thing becomes unavailable as an SCISO8601Date formatted string.
|
||||
@@ -121,8 +121,8 @@ export type SCThingThatCanBeOfferedProvider =
|
||||
/**
|
||||
* Availability of an Offer
|
||||
*/
|
||||
export type SCThingThatCanBeOfferedAvailabilty =
|
||||
export type SCThingThatCanBeOfferedAvailability =
|
||||
'in stock'
|
||||
| 'out of stock'
|
||||
| 'online only'
|
||||
| 'limited availabilty';
|
||||
| 'limited availability';
|
||||
|
||||
Reference in New Issue
Block a user