From 663e413af45dffcbbc111730fe2a490d2edaaf20 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Tue, 7 Sep 2021 11:36:14 +0200 Subject: [PATCH] fix types --- x-pack/plugins/reporting/server/usage/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/reporting/server/usage/types.ts b/x-pack/plugins/reporting/server/usage/types.ts index 50ad19a73f3ec..7bd79de090b37 100644 --- a/x-pack/plugins/reporting/server/usage/types.ts +++ b/x-pack/plugins/reporting/server/usage/types.ts @@ -78,6 +78,7 @@ export interface AvailableTotal { type BaseJobTypes = | 'csv' | 'csv_searchsource' + | 'csv_searchsource_immediate' | 'PNG' | 'PNGV2' | 'printable_pdf'