UNPKG

@ashiteam/ashi-smule

Version:

AES encription/decription library for my use

31 lines 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AppUid; (function (AppUid) { AppUid["Sing"] = "sing"; AppUid["SingGoogle"] = "sing_google"; })(AppUid = exports.AppUid || (exports.AppUid = {})); var VerifiedType; (function (VerifiedType) { VerifiedType["Unverified"] = "unverified"; VerifiedType["VerifiedBasic"] = "verified_basic"; })(VerifiedType = exports.VerifiedType || (exports.VerifiedType = {})); var EnsembleType; (function (EnsembleType) { EnsembleType["Duet"] = "DUET"; EnsembleType["Group"] = "GROUP"; EnsembleType["Solo"] = "SOLO"; EnsembleType["CFire"] = "CFIRE"; })(EnsembleType = exports.EnsembleType || (exports.EnsembleType = {})); var PerfStatus; (function (PerfStatus) { PerfStatus["C"] = "c"; PerfStatus["N"] = "n"; PerfStatus["E"] = "e"; })(PerfStatus = exports.PerfStatus || (exports.PerfStatus = {})); var Type; (function (Type) { Type["Audio"] = "audio"; Type["Video"] = "video"; })(Type = exports.Type || (exports.Type = {})); //# sourceMappingURL=ashi-smule-interfaces.js.map