File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import {
46
46
} from "./util" ;
47
47
import { validateWorkflow } from "./workflow" ;
48
48
49
- // Fields of the init status report that can be sent before `config` is populated.
49
+ /** Fields of the init status report that can be sent before `config` is populated. */
50
50
interface InitStatusReport extends StatusReportBase {
51
51
/** Value given by the user as the "tools" input. */
52
52
tools_input : string ;
@@ -58,7 +58,7 @@ interface InitStatusReport extends StatusReportBase {
58
58
workflow_languages : string ;
59
59
}
60
60
61
- // Fields of the init status report that are populated using values from `config`.
61
+ /** Fields of the init status report that are populated using values from `config`. */
62
62
interface InitWithConfigStatusReport extends InitStatusReport {
63
63
/** Comma-separated list of languages where the default queries are disabled. */
64
64
disable_default_queries : string ;
You can’t perform that action at this time.
0 commit comments