Skip to content

Commit

Permalink
fix(core): export PermissionState (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd authored Nov 10, 2020
1 parent aef4d9a commit 2d5ac96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export {
ExceptionCode,
PermissionState,
PluginCallback,
PluginConfig,
PluginListenerHandle,
PluginResultData,
PluginResultError,
PluginConfig,
} from './definitions';

export * from './core-plugin-definitions';
Expand Down

0 comments on commit 2d5ac96

Please sign in to comment.