SearchType.ts 84 B

123456
  1. enum SearchType {
  2. Voice = 'voice',
  3. Text = 'text',
  4. }
  5. export default SearchType;