rating when ai is steaming
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-06-11 19:53:12 -06:00
parent 05ecf6bebf
commit a15b3d9c76
4 changed files with 156 additions and 0 deletions

View File

@@ -335,3 +335,14 @@ export interface PromptRound {
css: string | null
js: string | null
}
export interface RandomRatingItem {
submission_id: string
username: string
task_title: string
task_display: number
task_type: TASK_TYPE
html: string | null
css: string | null
js: string | null
}