Sonolus Wiki

SwapSuggestionsCommand

Message

type SwapSuggestionsCommand = {
    type: 'swapSuggestions'
    suggestionA: Suggestion
    suggestionB: Suggestion
}