Skip to content

Commit

Permalink
add: todo comment for fix verify api's typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jin60641 committed Mar 3, 2020
1 parent 178ecde commit 8447556
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
* TOOD: add prefix for Verify api's typings like Message api on next major update.
* RequestObject -> VerifyRequestObject
* RequestResponse -> VerifyRequestResponse
* RequestResponseStatusCode -> VerifyRequestResponseStatusCode
* ControlObject -> VerifyControlObject
* ControlResponse -> VerifyControlResponse
* ControlResponseStatusCode -> VerifyControlResponseStatusCode
* CheckObject -> VerifyCheckObject
* CheckResponse -> VerifyCheckResponse
*/

declare module 'nexmo' {
/* general */
export interface CredentialsObject {
Expand Down

0 comments on commit 8447556

Please sign in to comment.