Skip to content

Commit

Permalink
Merge pull request #42 from vegerot/patch-3
Browse files Browse the repository at this point in the history
Export accesscontrol types
  • Loading branch information
bashleigh committed Jan 7, 2021
2 parents 0cae9e0 + b45adf4 commit d6e004b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ export * from './access-control.module';
export * from './roles-builder.class';
export * from './role.interface';
export * from './access-control.guard';
export { ROLES_BUILDER_TOKEN } from './constants'
export type {
Access,
IAccessInfo,
Query,
IQueryInfo,
Permission,
AccessControlError,
} from 'accesscontrol';
export { ROLES_BUILDER_TOKEN } from './constants';

0 comments on commit d6e004b

Please sign in to comment.