@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
12 lines • 730 B
TypeScript
export { FirewallLegacyArgs, FirewallLegacyState } from "./firewallLegacy";
export type FirewallLegacy = import("./firewallLegacy").FirewallLegacy;
export declare const FirewallLegacy: typeof import("./firewallLegacy").FirewallLegacy;
export { OptionsArgs, OptionsState } from "./options";
export type Options = import("./options").Options;
export declare const Options: typeof import("./options").Options;
export { OptionsLegacyArgs, OptionsLegacyState } from "./optionsLegacy";
export type OptionsLegacy = import("./optionsLegacy").OptionsLegacy;
export declare const OptionsLegacy: typeof import("./optionsLegacy").OptionsLegacy;
import * as firewall from "./firewall";
export { firewall, };
//# sourceMappingURL=index.d.ts.map