Skip to content

Commit 52cb789

Browse files
committed
oops, missing file
1 parent a496a61 commit 52cb789

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/supabase/DatabaseTypes.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ export type GradebookColumnExternalData = {
99
creator: string;
1010
};
1111

12+
13+
export type PyretReplConfig = {
14+
initial_code?: string;
15+
initial_interactions?: string[];
16+
repl_contents?: string;
17+
};
18+
1219
export type GraderResultTestExtraData = {
1320
llm?: {
1421
prompt: string;
@@ -22,6 +29,7 @@ export type GraderResultTestExtraData = {
2229
};
2330
hide_score?: string;
2431
icon?: string;
32+
pyret_repl?: PyretReplConfig;
2533
};
2634

2735
export type GraderResultTestsHintFeedback = Database["public"]["Tables"]["grader_result_tests_hint_feedback"]["Row"];

0 commit comments

Comments
 (0)