Request & Response types
This library includes TypeScript definitions for all request params and response fields. You may import and use them like so:Auto-pagination
List methods in the Telnyx API are paginated. You can use thefor await … of syntax to iterate through items across all pages: