Auto-commit 2026-04-29 16:31
This commit is contained in:
9
node_modules/twilio/lib/rest/Trunking.d.ts
generated
vendored
Normal file
9
node_modules/twilio/lib/rest/Trunking.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TrunkListInstance } from "./trunking/v1/trunk";
|
||||
import TrunkingBase from "./TrunkingBase";
|
||||
declare class Trunking extends TrunkingBase {
|
||||
/**
|
||||
* @deprecated - Use v1.trunks instead
|
||||
*/
|
||||
get trunks(): TrunkListInstance;
|
||||
}
|
||||
export = Trunking;
|
||||
Reference in New Issue
Block a user