UNPKG

@maienm/pulumi-lidarr

Version:

A Pulumi package for creating and managing Lidarr resources. Based on terraform-provider-lidarr: version v1.11.0

10 lines (9 loc) 535 B
export { GetHostResult } from "./getHost"; export declare const getHost: typeof import("./getHost").getHost; export declare const getHostOutput: typeof import("./getHost").getHostOutput; export { GetStatusResult } from "./getStatus"; export declare const getStatus: typeof import("./getStatus").getStatus; export declare const getStatusOutput: typeof import("./getStatus").getStatusOutput; export { HostArgs, HostState } from "./host"; export type Host = import("./host").Host; export declare const Host: typeof import("./host").Host;