Browse Source

fix(core): Export OrderableAsset (#3571)

Florian Wild 7 months ago
parent
commit
e17aaf6c4f
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,6 +1,7 @@
 export * from './address/address.entity';
 export * from './administrator/administrator.entity';
 export * from './asset/asset.entity';
+export * from './asset/orderable-asset.entity';
 export * from './authentication-method/authentication-method.entity';
 export * from './authentication-method/external-authentication-method.entity';
 export * from './authentication-method/native-authentication-method.entity';