feat: add file upload workflow
This commit is contained in:
@@ -13,6 +13,7 @@ export interface Listing {
|
||||
login_platform: string
|
||||
rank_level: string
|
||||
haf_coin_amount: number
|
||||
screenshot_urls: string[]
|
||||
price_hourly: number
|
||||
price_daily: number
|
||||
price_weekly: number
|
||||
@@ -34,6 +35,7 @@ export interface ListingPayload {
|
||||
login_platform: string
|
||||
rank_level: string
|
||||
haf_coin_amount: number
|
||||
screenshot_urls: string[]
|
||||
price_hourly: number
|
||||
price_daily: number
|
||||
price_weekly: number
|
||||
|
||||
Reference in New Issue
Block a user