增加开启自动候补
This commit is contained in:
16
types/publishBall.ts
Normal file
16
types/publishBall.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { ActivityType, TimeRange } from "@/components/index.types"
|
||||
|
||||
|
||||
export interface PublishBallFormData {
|
||||
activityType: ActivityType
|
||||
title: string
|
||||
timeRange: TimeRange
|
||||
fee: string
|
||||
location: string
|
||||
gameplay: string
|
||||
minParticipants: number
|
||||
maxParticipants: number
|
||||
ntpLevel: number[]
|
||||
additionalRequirements: string
|
||||
autoDegrade: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user