Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Dec 16, 2021
1 parent e0f196f commit b732be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* 2.0.
*/

export type { RawValue, JobParamsCSV, TaskPayloadCSV } from '../../../common/types';
export type { JobParamsCSV, TaskPayloadCSV } from '../../../common/types';
2 changes: 0 additions & 2 deletions x-pack/plugins/reporting/server/usage/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const layoutCountsSchema: MakeSchemaFrom<LayoutCounts> = {
};

const byAppCountsSchema: MakeSchemaFrom<ByAppCounts> = {
csv: appCountsSchema,
csv_searchsource: appCountsSchema,
csv_searchsource_immediate: appCountsSchema,
PNG: appCountsSchema,
Expand Down Expand Up @@ -60,7 +59,6 @@ const availableTotalSchema: MakeSchemaFrom<AvailableTotal> = {
};

const jobTypesSchema: MakeSchemaFrom<JobTypes> = {
csv: availableTotalSchema,
csv_searchsource: availableTotalSchema,
csv_searchsource_immediate: availableTotalSchema,
PNG: availableTotalSchema,
Expand Down

0 comments on commit b732be9

Please sign in to comment.