@maienm/pulumi-readarr
Version:
A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0
16 lines (15 loc) • 1.01 kB
TypeScript
export { ConfigArgs, ConfigState } from "./config";
export type Config = import("./config").Config;
export declare const Config: typeof import("./config").Config;
export { GetConfigResult } from "./getConfig";
export declare const getConfig: typeof import("./getConfig").getConfig;
export declare const getConfigOutput: typeof import("./getConfig").getConfigOutput;
export { GetProfileArgs, GetProfileResult, GetProfileOutputArgs } from "./getProfile";
export declare const getProfile: typeof import("./getProfile").getProfile;
export declare const getProfileOutput: typeof import("./getProfile").getProfileOutput;
export { GetProfilesResult } from "./getProfiles";
export declare const getProfiles: typeof import("./getProfiles").getProfiles;
export declare const getProfilesOutput: typeof import("./getProfiles").getProfilesOutput;
export { ProfileArgs, ProfileState } from "./profile";
export type Profile = import("./profile").Profile;
export declare const Profile: typeof import("./profile").Profile;