Fix TypeScript error - add hasPassword to User interface
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
752924a323
commit
0349be2067
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ interface User {
|
|||
familyName: string;
|
||||
createdAt: string;
|
||||
memberId?: string;
|
||||
hasPassword?: boolean;
|
||||
}
|
||||
|
||||
interface Family {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue