mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +00:00
feat(bot): add reminders topic binding command
This commit is contained in:
@@ -10,6 +10,11 @@ export interface ReminderTarget {
|
||||
telegramChatId: string
|
||||
telegramThreadId: string | null
|
||||
locale: SupportedLocale
|
||||
timezone: string
|
||||
rentDueDay: number
|
||||
rentWarningDay: number
|
||||
utilitiesDueDay: number
|
||||
utilitiesReminderDay: number
|
||||
}
|
||||
|
||||
export interface ClaimReminderDispatchInput {
|
||||
|
||||
Reference in New Issue
Block a user