@pickme/reminder
    Preparing search index...

    알림 엔티티를 나타내는 인터페이스입니다.

    interface NotificationEntity {
        event_id: string;
        send_at: Date;
        status: NotificationStatus;
    }
    Index

    Properties

    event_id: string

    알림이 할당된 이벤트의 ID입니다.

    send_at: Date

    알림 발송 시간입니다.

    알림의 상태를 나타냅니다.