diff --git a/src/types.ts b/src/types.ts index 45f56fb..53b76e1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -161,7 +161,8 @@ export interface UpdateProfileInput { } export interface ForgotPasswordInput { - email: string; + email?: string; + phone_number?: string; state?: string; redirect_uri?: string; }