| 14 | } |
| 15 | |
| 16 | export interface NodeRuntimePinStatus { |
| 17 | readonly ok: boolean; |
| 18 | readonly detail: string; |
| 19 | readonly missing: ReadonlyArray<string>; |
| 20 | } |
| 21 | |
| 22 | export interface NodeRuntimePinRepairResult { |
| 23 | readonly updated: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected