Skip to content

Commit

Permalink
fix(security): make config work with strict ts mode
Browse files Browse the repository at this point in the history
Closes #1166
  • Loading branch information
nnixaa committed Feb 6, 2019
1 parent 2e44bbc commit edaaebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/security/security.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { InjectionToken } from '@angular/core';

export interface NbAclRole {
parent?: string,
[permission: string]: string|string[],
[permission: string]: string|string[]|undefined,
}

export interface NbAccessControl {
Expand Down

0 comments on commit edaaebe

Please sign in to comment.