[MM-52843] : Migrate "components/admin_console/bleve_settings.jsx" and tests to Typescript (#23527)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5261c8266d
Коммит
bea5b05533
@@ -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;
|
||||
|
||||
Ссылка в новой задаче
Block a user