feat: Add in the features for the utils.networkInterface.get

This commit is contained in:
BluJ
2023-05-12 17:07:09 -06:00
parent 3df957898a
commit f73de12fc8
8 changed files with 482 additions and 35 deletions

View File

@@ -64,8 +64,8 @@ export class Variants<Type, Store, Vault> {
spec: Config<any, Store, Vault> | Config<any, never, never>
}
},
Store,
Vault,
Store = never,
Vault = never,
>(a: VariantValues) {
const validator = anyOf(
...Object.entries(a).map(([name, { spec }]) =>