Skip to content

Commit

Permalink
fix: export missing PropertyType
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Sep 30, 2020
1 parent 05b759c commit 1063365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/adapters/property/index.ts
@@ -1 +1 @@
export { default as BaseProperty } from './base-property'
export { default as BaseProperty, PropertyType } from './base-property'

0 comments on commit 1063365

Please sign in to comment.