Merge branch 'master' of github.com:Start9Labs/start-sdk

This commit is contained in:
BluJ
2023-05-04 12:38:01 -06:00

View File

@@ -460,6 +460,8 @@ export type Effects = {
readonly: boolean
}
}): Promise<void>
stopped(packageId?: string): Promise<boolean>
}
// prettier-ignore