clean up defaults

This commit is contained in:
Matt Hill
2023-05-05 15:33:33 -06:00
parent beecea8a5c
commit 4c4435ae2c
2 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { SDKManifest } from "../manifest/ManifestTypes"
import { Dependency, PackageId } from "../types"
import { Dependency } from "../types"
export type Dependencies<T extends SDKManifest> = {
exists(id: keyof T["dependencies"]): Dependency