@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
7 lines • 397 B
TypeScript
export { ImageArgs, ImageState } from "./image";
export type Image = import("./image").Image;
export declare const Image: typeof import("./image").Image;
export { ImageLegacyArgs, ImageLegacyState } from "./imageLegacy";
export type ImageLegacy = import("./imageLegacy").ImageLegacy;
export declare const ImageLegacy: typeof import("./imageLegacy").ImageLegacy;
//# sourceMappingURL=index.d.ts.map