Skip to content

kubricate / secret/types / AnySecretManager

Type Alias: AnySecretManager

ts
type AnySecretManager = SecretManager<any, any, any, any>;

Represents any type of SecretManager for type extraction purposes.