"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 座席タイプ
*/
var SeatingType;
(function (SeatingType) {
SeatingType["WheelChair"] = "WheelChair";
})(SeatingType = exports.SeatingType || (exports.SeatingType = {}));