diff --git a/src/lib/server-impl.ts b/src/lib/server-impl.ts index 512dc86f7e..d44fcd6c3d 100644 --- a/src/lib/server-impl.ts +++ b/src/lib/server-impl.ts @@ -29,6 +29,8 @@ import Controller from './routes/controller'; import { IAuthRequest } from './routes/unleash-types'; import { SimpleAuthSettings } from './types/settings/simple-auth-settings'; import { Knex } from 'knex'; +import * as permissions from './types/permissions'; +import * as eventType from './types/events'; async function createApp( config: IUnleashConfig, @@ -180,6 +182,8 @@ export { RoleName, IAuthType, Knex, + permissions, + eventType, }; export type {