add rank
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-03-30 05:56:52 -06:00
parent 35dbfda52c
commit 9ff2edeecf
3 changed files with 37 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ export interface SubmissionOut {
my_score: number
conversation_id?: string
flag?: FlagType
zone?: "featured" | "low" | "pending" | null
submit_count: number
created: Date
modified: Date