@pulumiverse/grafana
Version:
A Pulumi package for creating and managing grafana.
7 lines (6 loc) • 355 B
TypeScript
export { GetSlosArgs, GetSlosResult, GetSlosOutputArgs } from "./getSlos";
export declare const getSlos: typeof import("./getSlos").getSlos;
export declare const getSlosOutput: typeof import("./getSlos").getSlosOutput;
export { SLOArgs, SLOState } from "./slo";
export type SLO = import("./slo").SLO;
export declare const SLO: typeof import("./slo").SLO;