diff --git a/src/plugin.js b/src/plugin.js
index e1bcbf7c0..f36ce17a1 100644
--- a/src/plugin.js
+++ b/src/plugin.js
@@ -154,7 +154,7 @@ export class FlipperDevicePlugin extends FlipperBasePlugin<
> {
device: BaseDevice;
- constructor(props: Props<*>) {
+ constructor(props: Props
) {
super(props);
this.device = props.target;
}
@@ -175,7 +175,7 @@ export class FlipperPlugin extends FlipperBasePlugin<
A,
P,
> {
- constructor(props: Props<*>) {
+ constructor(props: Props
) { super(props); const {id} = this.constructor; this.subscriptions = [];