feat: Making the auto config

This commit is contained in:
BluJ
2023-05-10 16:30:42 -06:00
parent 33da2322b0
commit cdf42ca3b6
7 changed files with 126 additions and 69 deletions

View File

@@ -27,11 +27,6 @@ import {
Path,
} from "../dependency/setupDependencyMounts"
// prettier-ignore
type skipFirstParam<A> =
A extends [any, ...infer B] ? B :
A extends [] ? [] :
never
export type Utils<Store, Vault, WrapperOverWrite = { const: never }> = {
createOrUpdateVault: (opts: {
key: string