Refactor submission items

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 03:55:38 +00:00
parent f034ece3a2
commit db8029f573
4 changed files with 147 additions and 16 deletions

View File

@@ -4147,6 +4147,7 @@ export type Database = {
id: string
is_test_data: boolean | null
item_data: Json
item_data_id: string | null
item_type: string
order_index: number | null
original_data: Json | null
@@ -4163,6 +4164,7 @@ export type Database = {
id?: string
is_test_data?: boolean | null
item_data: Json
item_data_id?: string | null
item_type: string
order_index?: number | null
original_data?: Json | null
@@ -4179,6 +4181,7 @@ export type Database = {
id?: string
is_test_data?: boolean | null
item_data?: Json
item_data_id?: string | null
item_type?: string
order_index?: number | null
original_data?: Json | null