@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 784 B
TypeScript
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";