UNPKG

@firebolt-js/provider-sdk

Version:
35 lines (24 loc) 464 B
--- title: SecondScreen --- # SecondScreen --- Version SecondScreen 0.0.0-unknown.0 ## Table of Contents - [Table of Contents](#table-of-contents) - [Overview](#overview) - [Types](#types) - [SecondScreenEvent](#secondscreenevent) ## Overview undefined ## Types ### SecondScreenEvent An a message notification from a second screen device ```typescript type SecondScreenEvent = { type: 'dial' version?: string data?: string } ``` ---