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) 613 B
export { AuthorArgs, AuthorState } from "./author"; export type Author = import("./author").Author; export declare const Author: typeof import("./author").Author; export { GetAuthorArgs, GetAuthorResult, GetAuthorOutputArgs } from "./getAuthor"; export declare const getAuthor: typeof import("./getAuthor").getAuthor; export declare const getAuthorOutput: typeof import("./getAuthor").getAuthorOutput; export { GetAuthorsResult } from "./getAuthors"; export declare const getAuthors: typeof import("./getAuthors").getAuthors; export declare const getAuthorsOutput: typeof import("./getAuthors").getAuthorsOutput;