UNPKG

@signalwire/compatibility-api

Version:
29 lines (23 loc) 699 B
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import IpMessaging = require('../IpMessaging'); import Version = require('../../base/Version'); import { CredentialList } from './v2/credential'; import { CredentialListInstance } from './v2/credential'; import { ServiceList } from './v2/service'; import { ServiceListInstance } from './v2/service'; declare class V2 extends Version { /** * Initialize the V2 version of IpMessaging * * @param domain - The twilio domain */ constructor(domain: IpMessaging); readonly credentials: CredentialListInstance; readonly services: ServiceListInstance; } export = V2;