feat: cloud upload - multi-image, category select, capture time, progress bar
This commit is contained in:
@@ -12,13 +12,15 @@ export interface CloudType {
|
||||
export interface Cloud {
|
||||
id: string
|
||||
user_id: string
|
||||
cloud_type_id: number
|
||||
cloud_type_id: number | null
|
||||
custom_cloud_type: string | null
|
||||
image_url: string
|
||||
thumbnail_url: string | null
|
||||
latitude: number | null
|
||||
longitude: number | null
|
||||
location_name: string | null
|
||||
weather: string | null
|
||||
description: string | null
|
||||
captured_at: string | null
|
||||
status: 'pending' | 'approved' | 'rejected'
|
||||
is_hidden: boolean
|
||||
created_at: string
|
||||
|
||||
Reference in New Issue
Block a user