Version: 0.1.00.1.10.1.20.1.30.1.40.1.60.1.70.1.110.1.120.1.130.1.140.1.150.1.160.1.170.1.180.1.190.1.210.1.220.1.230.1.240.1.250.1.260.1.270.1.280.1.290.1.410.1.420.1.430.1.440.1.460.1.470.1.510.1.520.1.530.1.540.1.550.1.560.1.570.1.580.1.590.2.00.2.10.2.20.2.30.2.40.2.50.2.60.3.00.3.10.3.20.3.30.3.40.3.50.3.60.3.70.3.80.3.90.4.00.4.10.4.20.4.30.4.40.4.410.4.420.4.430.4.440.4.450.4.460.4.470.4.480.4.490.4.510.4.520.4.530.5.00.5.10.5.20.5.30.5.40.5.50.5.60.5.70.6.00.7.00.7.10.7.20.7.30.7.40.7.60.7.70.7.80.8.00.8.10.8.20.8.30.9.00.9.10.9.30.9.40.9.50.9.60.9.70.9.80.9.91.0.01.0.11.0.21.0.31.0.42.0.03.0.09.0.012.0.016.0.016.0.1
import { Notification } from './notification.type';
export interface NotificationEvent {
add?: boolean;
command: string;
id?: string;
notification?: Notification;
}