SuggestedPhrase: {
    exactMatch: boolean;
    phrase: string;
} & {
    [key: string]: any;
}

Type declaration

  • exactMatch: boolean
  • phrase: string

Type declaration

  • [key: string]: any