diff --git a/src/user.ts b/src/user.ts index 9e80d9a..ed76772 100644 --- a/src/user.ts +++ b/src/user.ts @@ -30,6 +30,7 @@ export interface User { type?: string password?: string passwordSalt?: string + passwordType?: string displayName?: string firstName?: string lastName?: string