mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
fix: change type to string instead of literal newPassword (#1309)
This commit is contained in:
parent
73b661a6a5
commit
9433e5ca06
2
types/sea/OptionsUserAuth.d.ts
vendored
2
types/sea/OptionsUserAuth.d.ts
vendored
@ -1 +1 @@
|
||||
export type OptionsUserAuth = { change: 'newPassword' };
|
||||
export type OptionsUserAuth = { change: string };
|
||||
|
Loading…
x
Reference in New Issue
Block a user