|
@@ -5,12 +5,7 @@ import { ReferenceConstraint } from './reference-constraint'
|
|
|
import ClassPermissionsType from './ClassPermissions'
|
|
|
import { Operation } from './batching/'
|
|
|
|
|
|
-export {
|
|
|
- EntityPermissions,
|
|
|
- ReferenceConstraint,
|
|
|
- ClassPermissionsType,
|
|
|
- Operation,
|
|
|
-}
|
|
|
+export { EntityPermissions, ReferenceConstraint, ClassPermissionsType, Operation }
|
|
|
|
|
|
export function registerVersionedStorePermissionsTypes() {
|
|
|
try {
|