Skip to content

RemoveSuggestionCommand

Message

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