@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
7 lines • 415 B
TypeScript
export { PluginArgs, PluginState } from "./plugin";
export type Plugin = import("./plugin").Plugin;
export declare const Plugin: typeof import("./plugin").Plugin;
export { PluginLegacyArgs, PluginLegacyState } from "./pluginLegacy";
export type PluginLegacy = import("./pluginLegacy").PluginLegacy;
export declare const PluginLegacy: typeof import("./pluginLegacy").PluginLegacy;
//# sourceMappingURL=index.d.ts.map