@seatsio/seatsio-types 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -942,6 +942,7 @@ export interface AbstractSelectableObject extends InteractiveObject {
|
|
|
942
942
|
readonly accessible: boolean | undefined;
|
|
943
943
|
readonly restrictedView: boolean | undefined;
|
|
944
944
|
readonly companionSeat: boolean | undefined;
|
|
945
|
+
readonly liftUpArmrests: boolean | undefined;
|
|
945
946
|
readonly displayObjectType: string | undefined;
|
|
946
947
|
readonly category?: CategoryToJSON;
|
|
947
948
|
readonly pricing: PricingJson;
|