mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
feat: Add in the features for the utils.networkInterface.get
This commit is contained in:
@@ -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 }]) =>
|
||||
|
||||
Reference in New Issue
Block a user