interface LiveSuggestion {
    description: string;
    preferredPhrase: string;
}

Properties

description: string
preferredPhrase: string