UNPKG

@maienm/pulumi-readarr

Version:

A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0

10 lines (9 loc) 532 B
export { GetTagArgs, GetTagResult, GetTagOutputArgs } from "./getTag"; export declare const getTag: typeof import("./getTag").getTag; export declare const getTagOutput: typeof import("./getTag").getTagOutput; export { GetTagsResult } from "./getTags"; export declare const getTags: typeof import("./getTags").getTags; export declare const getTagsOutput: typeof import("./getTags").getTagsOutput; export { TagArgs, TagState } from "./tag"; export type Tag = import("./tag").Tag; export declare const Tag: typeof import("./tag").Tag;