(
message: string,
actions: {
prompt: string;
action: (() => Promise<void>) | undefined;
}[],
)
| 25 | ...additionalMessages: string[] |
| 26 | ): Promise<void>; |
| 27 | writeAndShowErrorWithActions( |
| 28 | message: string, |
| 29 | actions: { |
| 30 | prompt: string; |
no outgoing calls
no test coverage detected