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