fix the types

This commit is contained in:
J H
2024-01-30 16:28:40 -07:00
parent cbded5f4e9
commit 01ad2421b4
8 changed files with 24 additions and 50 deletions

View File

@@ -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,