@pickme/reminder
    Preparing search index...

    알림 서비스의 매개변수를 정의하는 데이터 전송 객체입니다.

    interface ParametersDTO {
        end_time?: Date;
        start_time?: Date;
        status?: NotificationStatus;
    }
    Index

    Properties

    end_time?: Date

    알림의 종료 시간을 나타내는 선택적 Date 객체입니다.

    start_time?: Date

    알림의 시작 시간을 나타내는 선택적 Date 객체입니다.

    알림의 상태를 나타내는 선택적 NotificationStatus 값입니다.