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