@canonical/jujulib
Version:
Juju API client
12 lines (8 loc) • 373 B
text/typescript
import { GenericFacade } from "../../types";
import VolumeAttachmentsWatcherV2 from "./VolumeAttachmentsWatcherV2.js";
export * as VolumeAttachmentsWatcherV2 from "./VolumeAttachmentsWatcherV2.js";
const VolumeAttachmentsWatcher: GenericFacade = {
name: "VolumeAttachmentsWatcher",
versions: [VolumeAttachmentsWatcherV2],
};
export default VolumeAttachmentsWatcher;