UNPKG

@maienm/pulumi-readarr

Version:

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

17 lines (16 loc) 808 B
export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; import * as authors from "./authors"; import * as config from "./config"; import * as downloadclients from "./downloadclients"; import * as importlists from "./importlists"; import * as indexers from "./indexers"; import * as mediamanagement from "./mediamanagement"; import * as metadata from "./metadata"; import * as notifications from "./notifications"; import * as profiles from "./profiles"; import * as system from "./system"; import * as tags from "./tags"; import * as types from "./types"; export { authors, config, downloadclients, importlists, indexers, mediamanagement, metadata, notifications, profiles, system, tags, types, };