@kubernetes-models/argo-cd
Version:
8 lines (7 loc) • 483 B
TypeScript
import { IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1SyncWindow } from "./SyncWindow.js";
/**
* SyncWindows is a collection of sync windows in this project
*/
export type ISyncWindows = Array<IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1SyncWindow>;
export type SyncWindows = ISyncWindows;
export type { ISyncWindows as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1SyncWindows, SyncWindows as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1SyncWindows };