plivo-node icon indicating copy to clipboard operation
plivo-node copied to clipboard

xml Response type information

Open donl opened this issue 3 years ago • 1 comments

Currently the xml Response type is set to any, ignoring the type information that is defined for that module.

https://github.com/plivo/plivo-node/blob/43774043aefb38a7ea06390ad958999414e0d904/types/rest/client.d.ts#L1

donl avatar Dec 10 '22 19:12 donl

I ended up doing:

import { Response } from "plivo/dist/utils/plivoxml";

still, weird.

Newbie012 avatar Nov 20 '23 10:11 Newbie012