Skip to content

Commit

Permalink
fix: publicly exported shape file types (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-shaharshavit-rnd authored Mar 3, 2021
1 parent 8d83f35 commit e13c17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/layerMetadata/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './layerMetadata';
export * from './layerMetadata-StatusFields';

export { IShpMapping } from './decorators/shp.decorator';
export { IShpMapping, ShapeFileType } from './decorators/shp.decorator';
export { IPYCSWMapping } from './decorators/csw.decorator';

0 comments on commit e13c17a

Please sign in to comment.