Skip to content

Commit

Permalink
fix(typings): fix lint isssue due to bad typings in NgcCookieConsentS…
Browse files Browse the repository at this point in the history
…tatus

Closes #11
  • Loading branch information
tinesoft committed Jan 22, 2019
1 parent 0f62048 commit 27ebb55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/common-interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export interface NgcLayouts {
* Interface representing the cookie consent status.
*/
export interface NgcCookieConsentStatus {
[key: string]: 'deny' | 'allow' | 'dismiss';
allow?: 'allow';
deny?: 'deny';
dismiss?: 'dismiss';
Expand Down

0 comments on commit 27ebb55

Please sign in to comment.