@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 425 B
TypeScript
export { EmployeeArgs } from "./employee";
export type Employee = import("./employee").Employee;
export declare const Employee: typeof import("./employee").Employee;
export { GetEmployeeArgs, GetEmployeeResult, GetEmployeeOutputArgs } from "./getEmployee";
export declare const getEmployee: typeof import("./getEmployee").getEmployee;
export declare const getEmployeeOutput: typeof import("./getEmployee").getEmployeeOutput;