diff --git a/types/sea/OptionsUserAuth.d.ts b/types/sea/OptionsUserAuth.d.ts index 31292ae4..1e06b352 100644 --- a/types/sea/OptionsUserAuth.d.ts +++ b/types/sea/OptionsUserAuth.d.ts @@ -1 +1 @@ -export type OptionsUserAuth = { change: 'newPassword' }; +export type OptionsUserAuth = { change: string };