UNPKG

@canonical/jujulib

Version:

Juju API client

6 lines (5 loc) 191 B
import { GenericFacade } from "../../types"; export * as ActionV6 from "./ActionV6.js"; export * as ActionV7 from "./ActionV7.js"; declare const Action: GenericFacade; export default Action;