feat(medusa): Export BaseEntity/SoftDeletableEntity from the core (#1594)

This commit is contained in:
Adrien de Peretti
2022-05-30 17:47:20 +02:00
committed by GitHub
parent d4470b0c4a
commit d0c679fc7e
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
export * from './build-query'
export * from './set-metadata'
export * from './validate-id'
export * from './validate-id'
export * from './generate-entity-id'