8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
/* istanbul ignore file */
|
|
export {
|
|
findIncomingNumberSid,
|
|
findMessagingServiceSid,
|
|
setMessagingServiceWebhook,
|
|
updateWebhook,
|
|
} from "../twilio/update-webhook.js";
|