typealias DefaultSoundboardSound

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