remove unused property
This commit is contained in:
parent
dec3a3070f
commit
0d28fce640
@ -5,7 +5,6 @@ export interface RepetitonInfo {
|
||||
totalAmount: number,
|
||||
alreadyOccured: number,
|
||||
schedule: supportedSchedule
|
||||
numberOfDays?: number
|
||||
}
|
||||
export const scheduleNames = ['daily', 'weekly', 'monthly', 'everyTwoWeeks', 'everyNDays']
|
||||
export type supportedSchedule = typeof scheduleNames[number]
|
||||
|
Loading…
Reference in New Issue
Block a user