mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 06:14:02 +00:00
feat(bot): add ad hoc reminder notifications
This commit is contained in:
@@ -6,6 +6,19 @@ export {
|
||||
type ReminderTarget,
|
||||
type ReminderType
|
||||
} from './reminders'
|
||||
export {
|
||||
AD_HOC_NOTIFICATION_DELIVERY_MODES,
|
||||
AD_HOC_NOTIFICATION_STATUSES,
|
||||
AD_HOC_NOTIFICATION_TIME_PRECISIONS,
|
||||
type AdHocNotificationDeliveryMode,
|
||||
type AdHocNotificationRecord,
|
||||
type AdHocNotificationRepository,
|
||||
type AdHocNotificationStatus,
|
||||
type AdHocNotificationTimePrecision,
|
||||
type CancelAdHocNotificationInput,
|
||||
type ClaimAdHocNotificationDeliveryResult,
|
||||
type CreateAdHocNotificationInput
|
||||
} from './notifications'
|
||||
export type {
|
||||
ClaimProcessedBotMessageInput,
|
||||
ClaimProcessedBotMessageResult,
|
||||
|
||||
Reference in New Issue
Block a user