12 lines
537 B
JavaScript
12 lines
537 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.ApiByronWalletLedgerPostDataStyleEnum = void 0;
|
||
|
/**
|
||
|
* @export
|
||
|
* @enum {string}
|
||
|
*/
|
||
|
var ApiByronWalletLedgerPostDataStyleEnum;
|
||
|
(function (ApiByronWalletLedgerPostDataStyleEnum) {
|
||
|
ApiByronWalletLedgerPostDataStyleEnum["Ledger"] = "ledger";
|
||
|
})(ApiByronWalletLedgerPostDataStyleEnum = exports.ApiByronWalletLedgerPostDataStyleEnum || (exports.ApiByronWalletLedgerPostDataStyleEnum = {}));
|
||
|
//# sourceMappingURL=api-byron-wallet-ledger-post-data.js.map
|