mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
updated types
This commit is contained in:
parent
bb0dc9924f
commit
248fd4fbda
1 changed files with 1 additions and 1 deletions
2
types/resources/endpoints.d.ts
vendored
2
types/resources/endpoints.d.ts
vendored
|
|
@ -108,7 +108,7 @@ export class EndpointInterface extends PlivoResourceInterface {
|
|||
* @promise {object} return {@link Endpoint} object if success
|
||||
* @fail {Error} return Error
|
||||
*/
|
||||
update(id: string, params: object): any;
|
||||
update(id: string, params: object): Promise<UpdateEndpointResponse>;
|
||||
/**
|
||||
* delete Endpoint
|
||||
* @method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue