Refactor realtime hooks

This commit is contained in:
gpt-engineer-app[bot]
2025-10-02 20:39:37 +00:00
parent 15caad0c8e
commit 63e8370991
2 changed files with 23 additions and 0 deletions

View File

@@ -2182,6 +2182,10 @@ export type Database = {
Args: { _user_id: string }
Returns: boolean
}
check_realtime_access: {
Args: Record<PropertyKey, never>
Returns: boolean
}
extract_cf_image_id: {
Args: { url: string }
Returns: string