mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
feat: Making the auto config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user