mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 11:31:12 -05:00
Fix account deletion flow
This commit is contained in:
@@ -3976,6 +3976,10 @@ export type Database = {
|
||||
Args: { item_id: string }
|
||||
Returns: boolean
|
||||
}
|
||||
can_manage_deletion: {
|
||||
Args: { _deletion_id: string; _user_id: string }
|
||||
Returns: boolean
|
||||
}
|
||||
can_manage_user: {
|
||||
Args: { _manager_id: string; _target_user_id: string }
|
||||
Returns: boolean
|
||||
|
||||
Reference in New Issue
Block a user