use explicit scheduling levels

This commit is contained in:
Yisroel Baum 2026-08-11 23:02:18 +03:00
parent dfca13936a
commit 8e38b8f7e8
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 33 additions and 34 deletions

View file

@ -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
}