UNPKG

@kubernetes-models/keda

Version:
7 lines (6 loc) 315 B
/** * VaultSecretType defines the type of vault secret */ export type IVaultSecretType = string; export type VaultSecretType = IVaultSecretType; export type { IVaultSecretType as IComGithubKedacoreKedaV2ApisKedaV1alpha1VaultSecretType, VaultSecretType as ComGithubKedacoreKedaV2ApisKedaV1alpha1VaultSecretType };