Skip to content

Commit

Permalink
[b] Fix type for index signature when strictNullChecks is true (#506) (
Browse files Browse the repository at this point in the history
  • Loading branch information
neroniaky committed Mar 18, 2020
1 parent 90cb763 commit 397acd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/angular-token/src/lib/angular-token.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface RegisterData {
}

export interface RegisterData {
[key: string]: string;
[key: string]: string | undefined;
}

export interface UpdatePasswordData {
Expand Down

0 comments on commit 397acd1

Please sign in to comment.