@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) • 613 B
TypeScript
export { ArtistArgs, ArtistState } from "./artist";
export type Artist = import("./artist").Artist;
export declare const Artist: typeof import("./artist").Artist;
export { GetArtistArgs, GetArtistResult, GetArtistOutputArgs } from "./getArtist";
export declare const getArtist: typeof import("./getArtist").getArtist;
export declare const getArtistOutput: typeof import("./getArtist").getArtistOutput;
export { GetArtistsResult } from "./getArtists";
export declare const getArtists: typeof import("./getArtists").getArtists;
export declare const getArtistsOutput: typeof import("./getArtists").getArtistsOutput;