use explicit scheduling levels
This commit is contained in:
parent
dfca13936a
commit
8e38b8f7e8
3 changed files with 33 additions and 34 deletions
|
|
@ -51,7 +51,7 @@ export type ScheduleSummary = z.infer<typeof scheduleSummarySchema>
|
|||
export type ScheduleDetail = z.infer<typeof scheduleDetailSchema>
|
||||
export type CreateScheduleInput = {
|
||||
setId: number
|
||||
elementKind: string
|
||||
levelId: number
|
||||
startDate: string
|
||||
targetDate: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue