/**
 * GitVerificationMode specifies the verification mode for a Git repository.
 */
export type IGitVerificationMode = string;
export type GitVerificationMode = IGitVerificationMode;
export type { IGitVerificationMode as IComGithubFluxcdSourceControllerApiV1GitVerificationMode, GitVerificationMode as ComGithubFluxcdSourceControllerApiV1GitVerificationMode };
