UNPKG

@lomi./sdk

Version:
11 lines (10 loc) 351 B
/* 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 = {}));