@kubernetes-models/flux-cd
Version:
8 lines (7 loc) • 376 B
TypeScript
import { IComGithubFluxcdHelmControllerApiV2Snapshot } from "./Snapshot.js";
/**
* Snapshots is a list of Snapshot objects.
*/
export type ISnapshots = Array<IComGithubFluxcdHelmControllerApiV2Snapshot>;
export type Snapshots = ISnapshots;
export type { ISnapshots as IComGithubFluxcdHelmControllerApiV2Snapshots, Snapshots as ComGithubFluxcdHelmControllerApiV2Snapshots };