mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:11:12 -05:00
Refactor: Implement submission flow enforcement
This commit is contained in:
@@ -2700,6 +2700,14 @@ export type Database = {
|
||||
}
|
||||
Returns: string
|
||||
}
|
||||
set_config_value: {
|
||||
Args: {
|
||||
is_local?: boolean
|
||||
setting_name: string
|
||||
setting_value: string
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
update_company_ratings: {
|
||||
Args: { target_company_id: string }
|
||||
Returns: undefined
|
||||
|
||||
Reference in New Issue
Block a user