Skip to content

Commit 6f8850e

Browse files
committed
Export all types from GatorPermissionsController package
1 parent 95f93e4 commit 6f8850e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/gator-permissions-controller/src

packages/gator-permissions-controller/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export type {
1616
AllowedEvents,
1717
GatorPermissionsControllerStateChangeEvent,
1818
} from './GatorPermissionsController';
19-
export type { StoredGatorPermission, PermissionResponse } from './types';
19+
export type * from './types';

0 commit comments

Comments
 (0)