/** * PushSecretConditionType indicates the condition of the PushSecret. */ export type IPushSecretConditionType = string; export type PushSecretConditionType = IPushSecretConditionType; export type { IPushSecretConditionType as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1alpha1PushSecretConditionType, PushSecretConditionType as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1alpha1PushSecretConditionType };