@pickme/reminder
    Preparing search index...

    INotificationSender는 알림을 전송하기 위한 인터페이스입니다.

    interface INotificationSender {
        dispatch(notification: EventDetail): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods