(
rootPath: string,
hostProfileId: string | undefined,
clientDataRoot: string,
)
| 43 | |
| 44 | export interface RuntimeHostRunCommandDeps { |
| 45 | connect( |
| 46 | rootPath: string, |
| 47 | hostProfileId: string | undefined, |
| 48 | clientDataRoot: string, |
no outgoing calls