[MM-52843] : Migrate "components/admin_console/bleve_settings.jsx" and tests to Typescript (#23527)

Этот коммит содержится в:
Nitin Suresh
2023-06-22 11:22:30 -07:00
коммит произвёл GitHub
родитель 5261c8266d
Коммит bea5b05533
8 изменённых файлов: 43 добавлений и 20 удалений

Просмотреть файл

@@ -3,7 +3,7 @@
import {IDMappedObjects} from './utilities';
export type JobType = 'data_retention' | 'elasticsearch_post_indexing' | 'ldap_sync' | 'message_export';
export type JobType = 'data_retention' | 'elasticsearch_post_indexing' | 'bleve_post_indexing' | 'ldap_sync' | 'message_export';
export type JobStatus = 'pending' | 'in_progress' | 'success' | 'error' | 'cancel_requested' | 'canceled' | 'warning';
export type Job = JobTypeBase & {
id: string;