@lomi./sdk
Version:
Official Node.js SDK for the lomi. API
11 lines (10 loc) • 410 B
JavaScript
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export var CheckoutSessionStatus;
(function (CheckoutSessionStatus) {
CheckoutSessionStatus["OPEN"] = "open";
CheckoutSessionStatus["COMPLETED"] = "completed";
CheckoutSessionStatus["EXPIRED"] = "expired";
})(CheckoutSessionStatus || (CheckoutSessionStatus = {}));