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

14 lines (13 loc) 784 B
export { GetLabArgs, GetLabResult, GetLabOutputArgs } from "./getLab"; export declare const getLab: typeof import("./getLab").getLab; export declare const getLabOutput: typeof import("./getLab").getLabOutput; export { GetStudentArgs, GetStudentResult, GetStudentOutputArgs } from "./getStudent"; export declare const getStudent: typeof import("./getStudent").getStudent; export declare const getStudentOutput: typeof import("./getStudent").getStudentOutput; export { LabArgs } from "./lab"; export type Lab = import("./lab").Lab; export declare const Lab: typeof import("./lab").Lab; export { StudentArgs } from "./student"; export type Student = import("./student").Student; export declare const Student: typeof import("./student").Student; export * from "../types/enums/education";