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

View File

@@ -20,5 +20,5 @@ export declare class PermQuery extends Query {
execute(action: string): PermQuery;
sync(): PermQuery;
}
export declare const Permissions: PermissionManager;
export declare const PermManager: PermissionManager;
export {};