Browse Source

feat(core): Export custom entity field types

Michael Bromley 5 years ago
parent
commit
21706b3a94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/src/entity/index.ts

+ 1 - 0
packages/core/src/entity/index.ts

@@ -1,3 +1,4 @@
+export * from './custom-entity-fields';
 export * from './address/address.entity';
 export * from './administrator/administrator.entity';
 export * from './asset/asset.entity';