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