Experiment with Twilio webhook updates (no functional change yet)

This commit is contained in:
Peter Steinberger
2025-11-24 16:32:28 +01:00
parent 2f5a0d9402
commit b453e285fd

View File

@@ -97,6 +97,11 @@ type TwilioSenderListClient = {
};
};
};
v1: {
services: (sid: string) => {
update: (params: Record<string, string>) => Promise<unknown>;
};
};
};
incomingPhoneNumbers: IncomingPhoneNumbersClient;
};