UNPKG

@signalwire/compatibility-api

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