We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60f12c commit fe733b0Copy full SHA for fe733b0
x-pack/platform/plugins/shared/data_sources_registry/server/index.ts
@@ -16,7 +16,4 @@ export async function plugin(initializerContext: PluginInitializerContext) {
16
}
17
18
export type { DataSourcesRegistryPluginSetup, DataSourcesRegistryPluginStart } from './types';
19
-export type { DataCatalog } from './data_catalog';
20
-// Export interface (not just type) so that it can be implemented by consumers.
21
-// @ts-expect-error: Re-exporting type with isolatedModules
22
-export { DataTypeDefinition } from './data_catalog';
+export type { DataCatalog, DataTypeDefinition } from './data_catalog';
0 commit comments