Type Alias WalletWithFeatures<Features>

WalletWithFeatures: Omit<Wallet, "features"> & { features: Features }

Helper type for defining a Wallet with a union or intersection of features.

Type Parameters