Browse Source

fix(core): Export ShippingLine entity

Michael Bromley 4 years ago
parent
commit
98927dd1a2
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

@@ -42,6 +42,7 @@ export * from './session/session.entity';
 export * from './session/anonymous-session.entity';
 export * from './session/authenticated-session.entity';
 export * from './surcharge/surcharge.entity';
+export * from './shipping-line/shipping-line.entity';
 export * from './shipping-method/shipping-method.entity';
 export * from './tag/tag.entity';
 export * from './tax-category/tax-category.entity';