mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 22:07:10 -06:00
TS Client fix
This commit is contained in:
parent
01c61d2da2
commit
0ee63af66b
1 changed files with 1 additions and 1 deletions
2
types/rest/client.d.ts
vendored
2
types/rest/client.d.ts
vendored
|
|
@ -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?: string);
|
||||
calls: CallInterface;
|
||||
accounts: AccountInterface;
|
||||
subaccounts: SubaccountInterface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue