"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SoundType = void 0;
var SoundType;
(function (SoundType) {
SoundType["External"] = "EXTERNAL";
SoundType["Native"] = "NATIVE";
})(SoundType || (exports.SoundType = SoundType = {}));