UNPKG

@signalwire/compatibility-api

Version:
26 lines (20 loc) 519 B
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import Trunking = require('../Trunking'); import Version = require('../../base/Version'); import { TrunkList } from './v1/trunk'; import { TrunkListInstance } from './v1/trunk'; declare class V1 extends Version { /** * Initialize the V1 version of Trunking * * @param domain - The twilio domain */ constructor(domain: Trunking); readonly trunks: TrunkListInstance; } export = V1;