Skip to content

Commit 200d713

Browse files
Copilotna-trium-144
andcommitted
Add documentation comment to CompileNdjsonResult interface
Co-authored-by: na-trium-144 <[email protected]>
1 parent dd6e716 commit 200d713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/terminal/wandbox/api.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export interface CompileParameter {
6262
is_private?: boolean;
6363
"compiler-info"?: CompilerInfo;
6464
}
65+
/**
66+
* Represents a single line in the ndjson response from /api/compile.ndjson
67+
*/
6568
export interface CompileNdjsonResult {
6669
type: string;
6770
data: string;

0 commit comments

Comments
 (0)