@lomi./sdk
Version:
Official Node.js SDK for the lomi. API
11 lines (10 loc) • 364 B
JavaScript
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export var PaymentLinkType;
(function (PaymentLinkType) {
PaymentLinkType["PRODUCT"] = "product";
PaymentLinkType["PLAN"] = "plan";
PaymentLinkType["INSTANT"] = "instant";
})(PaymentLinkType || (PaymentLinkType = {}));