UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

20 lines (19 loc) 1.54 kB
export { CommunicationsGatewayArgs } from "./communicationsGateway"; export type CommunicationsGateway = import("./communicationsGateway").CommunicationsGateway; export declare const CommunicationsGateway: typeof import("./communicationsGateway").CommunicationsGateway; export { ContactArgs } from "./contact"; export type Contact = import("./contact").Contact; export declare const Contact: typeof import("./contact").Contact; export { GetCommunicationsGatewayArgs, GetCommunicationsGatewayResult, GetCommunicationsGatewayOutputArgs } from "./getCommunicationsGateway"; export declare const getCommunicationsGateway: typeof import("./getCommunicationsGateway").getCommunicationsGateway; export declare const getCommunicationsGatewayOutput: typeof import("./getCommunicationsGateway").getCommunicationsGatewayOutput; export { GetContactArgs, GetContactResult, GetContactOutputArgs } from "./getContact"; export declare const getContact: typeof import("./getContact").getContact; export declare const getContactOutput: typeof import("./getContact").getContactOutput; export { GetTestLineArgs, GetTestLineResult, GetTestLineOutputArgs } from "./getTestLine"; export declare const getTestLine: typeof import("./getTestLine").getTestLine; export declare const getTestLineOutput: typeof import("./getTestLine").getTestLineOutput; export { TestLineArgs } from "./testLine"; export type TestLine = import("./testLine").TestLine; export declare const TestLine: typeof import("./testLine").TestLine; export * from "../types/enums/voiceservices";