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 };
