mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Make type imports explicit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { Channel, Client } from "castv2";
|
||||
|
||||
import { ReceiverMessage, SenderMessage } from "./types";
|
||||
import type { ReceiverMessage, SenderMessage } from "./types";
|
||||
|
||||
export const NS_CONNECTION = "urn:x-cast:com.google.cast.tp.connection";
|
||||
export const NS_HEARTBEAT = "urn:x-cast:com.google.cast.tp.heartbeat";
|
||||
|
||||
Reference in New Issue
Block a user