add stopped effect

This commit is contained in:
Aiden McClelland
2023-05-04 11:57:10 -06:00
parent 90f508e473
commit e325a9441d

View File

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