We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8415fa commit accb3d4Copy full SHA for accb3d4
src/types/submission.d.ts
@@ -6,7 +6,7 @@ export type SubmissionAttributes = {
6
start_time: Date,
7
end_time?: Date,
8
mode: string,
9
- callback?: string,
+ callbackURL?: string,
10
results?: Array<Testcase>
11
outputs?: Array<string>
12
}
0 commit comments