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