Skip to content

Commit

Permalink
changing param
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Feb 29, 2024
1 parent 95e2417 commit d1dbb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/rest/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function validateSignature(uri: string, nonce: string, signature: string,
* You can also pass in additional parameters accepted by the node requests module.
*/
export class Client {
constructor(authId?: string, authToken?: string, options?: string);
constructor(authId?: string, authToken?: string, options?: any);
calls: CallInterface;
token: TokenInterface;
accounts: AccountInterface;
Expand Down

0 comments on commit d1dbb24

Please sign in to comment.