UNPKG

@muhlba91/pulumi-proxmoxve

Version:

A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.

4 lines (3 loc) 145 B
export { FileArgs, FileState } from "./file"; export type File = import("./file").File; export declare const File: typeof import("./file").File;