@pickme/reminder
    Preparing search index...

    알림 등록 요청을 나타내는 데이터 전송 객체입니다.

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

    Properties

    event_id: string

    알림과 연관된 이벤트의 고유 식별자입니다.

    send_at: Date

    알림이 전송될 날짜 및 시간입니다.

    알림의 상태를 나타내며, 선택적으로 설정할 수 있습니다.