diff --git a/types/Customer/PasswordReset.d.ts b/types/Customer/PasswordReset.d.ts index ca94842..0675345 100644 --- a/types/Customer/PasswordReset.d.ts +++ b/types/Customer/PasswordReset.d.ts @@ -40,12 +40,12 @@ declare module 'aifi' { reset( params: PasswordResetParams, options?: RequestOptions - ): Promise>; + ): Promise>; // TODO Question, how to return no response? set( params: PasswordSetParams, options?: RequestOptions - ): Promise>; + ): Promise>; // TODO Question, how to return no response? verify( params: EntryCodeCreateParams,