Renamed Permissions #2

This commit is contained in:
Sebastian Seedorf
2020-11-16 16:07:44 +01:00
parent a35205fb14
commit 51c80b7be5
5 changed files with 7 additions and 16 deletions

2
out/index.d.ts vendored
View File

@@ -7,5 +7,5 @@ export { urlJoin } from './helpers/urlJoin';
export { AutoReloader } from './auto-reload';
export { Polyfill, PolyfillOptions, PolyfillFeatureList } from './polyfill';
export { Session } from './session';
export { Permissions } from './permissions';
export { PermManager } from './permissions';
export { UserInfo } from './helpers/userinfo';