UNPKG

@lomi./sdk

Version:

Official TypeScript SDK for the lomi. API

14 lines 430 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Enum: refund_status */ export var refund_status; (function (refund_status) { refund_status["PENDING"] = "pending"; refund_status["COMPLETED"] = "completed"; refund_status["FAILED"] = "failed"; })(refund_status || (refund_status = {})); //# sourceMappingURL=refund_status.js.map