typealias DefaultSoundboardSound

export type DefaultSoundboardSound = SoundboardSound & { get guild(): null; guildId: null; soundId: string };

Constructors

constructor()

SoundboardSound & { get guild(): null; guildId: null; soundId: string }