Interface NotifyEvent

interface NotifyEvent {
    type: NotifyEventType;
}

Properties

Properties