Skip to content

Commit

Permalink
chore(core): Export Refund entity
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 16, 2021
1 parent f4ed0e7 commit 633728d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/entity/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export * from './product-variant/product-variant-asset.entity';
export * from './product-variant/product-variant-translation.entity';
export * from './product-variant/product-variant-price.entity';
export * from './promotion/promotion.entity';
export * from './refund/refund.entity';
export * from './role/role.entity';
export * from './session/session.entity';
export * from './session/anonymous-session.entity';
Expand Down

0 comments on commit 633728d

Please sign in to comment.