UNPKG

@canonical/jujulib

Version:

Juju API client

9 lines (8 loc) 452 B
import { GenericFacade } from "../../types"; export * as ApplicationOffersV2 from "./ApplicationOffersV2.js"; export * as ApplicationOffersV3 from "./ApplicationOffersV3.js"; export * as ApplicationOffersV4 from "./ApplicationOffersV4.js"; export * as ApplicationOffersV5 from "./ApplicationOffersV5.js"; export * as ApplicationOffersV6 from "./ApplicationOffersV6.js"; declare const ApplicationOffers: GenericFacade; export default ApplicationOffers;