Skip to content

SwapSuggestionsCommand

Message

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