Browse Source

remove semicolon

develop
ray-1337 3 years ago
parent
commit
15bfa4789e
  1. 2
      index.d.ts

2
index.d.ts

@ -24,6 +24,6 @@ interface ParsedStatus {
to: string; to: string;
action: string; action: string;
from: string; from: string;
}; }
export default nodeUfw; export default nodeUfw;
Loading…
Cancel
Save