Skip to content

Commit

Permalink
help: added question regarding respone type return value #19
Browse files Browse the repository at this point in the history
  • Loading branch information
algoflows committed Mar 7, 2022
1 parent 9ebf752 commit d484943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/Customer/PasswordReset.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ declare module 'aifi' {
reset(
params: PasswordResetParams,
options?: RequestOptions
): Promise<Aifi.Response<>>;
): Promise<Aifi.Response<>>; // TODO Question, how to return no response?

set(
params: PasswordSetParams,
options?: RequestOptions
): Promise<Aifi.Response<>>;
): Promise<Aifi.Response<>>; // TODO Question, how to return no response?

verify(
params: EntryCodeCreateParams,
Expand Down

0 comments on commit d484943

Please sign in to comment.