export type IVaultDynamicSecretResultType = "Data" | "Auth" | "Raw"; export type VaultDynamicSecretResultType = IVaultDynamicSecretResultType; export type { IVaultDynamicSecretResultType as IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1VaultDynamicSecretResultType, VaultDynamicSecretResultType as ComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1VaultDynamicSecretResultType };