Update plugins/catalog-backend/src/ingestion/source/index.ts

Co-authored-by: Ivan Shmidt <bahoc47@gmail.com>
This commit is contained in:
Fredrik Adelöw
2020-05-28 20:54:02 +02:00
committed by GitHub
parent 709e3381d8
commit dad0b8390c
@@ -17,4 +17,4 @@
export { LocationReaders } from './LocationReaders';
export { FileLocationReader } from './readers/FileLocationReader';
export { GitHubLocationReader } from './readers/GitHubLocationReader';
export { LocationReader } from './readers/types';
export type { LocationReader } from './readers/types';