Browse Source

Merge pull request #978 from Lezek123/joystream-types-expose

Expose missing @joystream/types in module index files
Mokhtar Naamani 4 years ago
parent
commit
4e77d25854
1 changed files with 7 additions and 0 deletions
  1. 7 0
      types/src/versioned-store/permissions/index.ts

+ 7 - 0
types/src/versioned-store/permissions/index.ts

@@ -5,6 +5,13 @@ import { ReferenceConstraint} from './reference-constraint';
 import ClassPermissionsType from './ClassPermissions';
 import { Operation } from './batching/';
 
+export {
+  EntityPermissions,
+  ReferenceConstraint,
+  ClassPermissionsType,
+  Operation
+};
+
 export function registerVersionedStorePermissionsTypes () {
     try {
       getTypeRegistry().register({