@canonical/jujulib
Version:
Juju API client
7 lines (6 loc) • 306 B
TypeScript
import { GenericFacade } from "../../types";
export * as AllModelWatcherV2 from "./AllModelWatcherV2.js";
export * as AllModelWatcherV3 from "./AllModelWatcherV3.js";
export * as AllModelWatcherV4 from "./AllModelWatcherV4.js";
declare const AllModelWatcher: GenericFacade;
export default AllModelWatcher;