mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
TSLint compliance
This commit is contained in:
@@ -4,8 +4,8 @@ import { Message } from "../types";
|
||||
|
||||
|
||||
interface Details {
|
||||
tabId: number
|
||||
, frameId: number
|
||||
tabId: number;
|
||||
frameId: number;
|
||||
}
|
||||
|
||||
type SenderCallback = (message: Message, details: Details) => void;
|
||||
|
||||
Reference in New Issue
Block a user