mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Make type imports explicit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import { Transform, TransformCallback } from "stream";
|
||||
import { Message } from "./bridge/messaging";
|
||||
import type { Message } from "./bridge/messaging";
|
||||
|
||||
type ResponseHandlerFunction = (message: Message) => Promise<unknown>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user