@pickme/reminder
Preparing search index...
worker/src/application/dto
NotificationEntity
Interface NotificationEntity
알림 엔티티를 나타내는 인터페이스입니다.
interface
NotificationEntity
{
event_id
:
string
;
send_at
:
Date
;
status
:
NotificationStatus
;
}
Index
Properties
event_
id
send_
at
status
Properties
event_
id
event_id
:
string
알림이 할당된 이벤트의 ID입니다.
send_
at
send_at
:
Date
알림 발송 시간입니다.
status
status
:
NotificationStatus
알림의 상태를 나타냅니다.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event_
id
send_
at
status
@pickme/reminder
Loading...
알림 엔티티를 나타내는 인터페이스입니다.