3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
import { MixedDatasource } from './MixedDataSource';
|
|
export { MixedDatasource, MixedDatasource as Datasource };
|