Documentation
Types
SoundType

SoundType

export enum SoundType {
    Voice = "voice",
    Bgm = "bgm",
    Sound = "sound",
}