Sonolus Wiki

RemoveSuggestionCommand

Message

type RemoveSuggestionCommand = {
    type: 'removeSuggestion'
    suggestion: Suggestion
}