@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
7 lines (6 loc) • 367 B
TypeScript
export { GetNodesResult } from "./getNodes";
export declare const getNodes: typeof import("./getNodes").getNodes;
export declare const getNodesOutput: typeof import("./getNodes").getNodesOutput;
export { OptionsArgs, OptionsState } from "./options";
export type Options = import("./options").Options;
export declare const Options: typeof import("./options").Options;