@canonical/jujulib
Version:
Juju API client
12 lines (11 loc) • 523 B
TypeScript
import { GenericFacade } from "../../types";
export * as ControllerV11 from "./ControllerV11.js";
export * as ControllerV3 from "./ControllerV3.js";
export * as ControllerV4 from "./ControllerV4.js";
export * as ControllerV5 from "./ControllerV5.js";
export * as ControllerV6 from "./ControllerV6.js";
export * as ControllerV7 from "./ControllerV7.js";
export * as ControllerV8 from "./ControllerV8.js";
export * as ControllerV9 from "./ControllerV9.js";
declare const Controller: GenericFacade;
export default Controller;