UNPKG

@canonical/jujulib

Version:

Juju API client

14 lines (13 loc) 629 B
import { GenericFacade } from "../../types"; export * as ControllerV11 from "./ControllerV11.js"; export * as ControllerV12 from "./ControllerV12.js"; export * as ControllerV13 from "./ControllerV13.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;