We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbbcd8 commit 4391fc2Copy full SHA for 4391fc2
projects/angular-token/src/lib/angular-token.model.ts
@@ -16,7 +16,7 @@ export interface RegisterData {
16
}
17
18
export interface RegisterData {
19
- [key: string]: string;
+ [key: string]: string | undefined;
20
21
22
export interface UpdatePasswordData {
0 commit comments