mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
fix the types
This commit is contained in:
@@ -35,7 +35,7 @@ class SetupDependencyMounts<Building> {
|
||||
|
||||
addPath<
|
||||
Name extends string,
|
||||
Volume extends keyof M["volumes"] & string,
|
||||
Volume extends M["volumes"][0] & string,
|
||||
Path extends string,
|
||||
ManifestId extends M["id"],
|
||||
M extends SDKManifest,
|
||||
|
||||
Reference in New Issue
Block a user