(responseSessionDir: string)
| 733 | } |
| 734 | |
| 735 | export async function writeSuccessResponse(responseSessionDir: string): Promise<void> { |
| 736 | await writeResponse({ result: true }, responseSessionDir); |
| 737 | } |
| 738 | |
| 739 | type ISessionRequest = { |
| 740 | plot_url?: string, |
no test coverage detected