UNPKG

@pulumiverse/grafana

Version:

A Pulumi package for creating and managing grafana.

13 lines (12 loc) 688 B
export { McpServerArgs, McpServerState } from "./mcpServer"; export type McpServer = import("./mcpServer").McpServer; export declare const McpServer: typeof import("./mcpServer").McpServer; export { QuickstartArgs, QuickstartState } from "./quickstart"; export type Quickstart = import("./quickstart").Quickstart; export declare const Quickstart: typeof import("./quickstart").Quickstart; export { RuleArgs, RuleState } from "./rule"; export type Rule = import("./rule").Rule; export declare const Rule: typeof import("./rule").Rule; export { SkillArgs, SkillState } from "./skill"; export type Skill = import("./skill").Skill; export declare const Skill: typeof import("./skill").Skill;