Skip to content

kubricate / secret/SecretsInjectionContext / GetProviderKinds

Type Alias: GetProviderKinds<SM, Key>

ts
type GetProviderKinds<SM, Key> = GetProviderKindFromConnector<SM, ExtractProviderKeyFromSecretManager<SM, Key>>;

Type Parameters

SM

SM extends AnySecretManager

Key

Key extends keyof ExtractSecretManager<SM>["secretEntries"]