mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix whitespaces.
This commit is contained in:
parent
b9bd4d2b8f
commit
6ab5978ad0
@ -10,6 +10,7 @@ export default interface State {
|
|||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Connection
|
// Connection
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
||||||
export interface Connection {
|
export interface Connection {
|
||||||
authenticated: boolean
|
authenticated: boolean
|
||||||
websocket: 'unavailable' | 'disconnected' | 'connecting' | 'connected'
|
websocket: 'unavailable' | 'disconnected' | 'connecting' | 'connected'
|
||||||
@ -36,6 +37,7 @@ export interface WebRTCStats {
|
|||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Video
|
// Video
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
||||||
export interface Video {
|
export interface Video {
|
||||||
playable: boolean
|
playable: boolean
|
||||||
playing: boolean
|
playing: boolean
|
||||||
@ -46,6 +48,7 @@ export interface Video {
|
|||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Control
|
// Control
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
||||||
export interface Control {
|
export interface Control {
|
||||||
scroll: Scroll
|
scroll: Scroll
|
||||||
clipboard: Clipboard | null
|
clipboard: Clipboard | null
|
||||||
@ -71,6 +74,7 @@ export interface Keyboard {
|
|||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Screen
|
// Screen
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
||||||
export interface Screen {
|
export interface Screen {
|
||||||
size: ScreenSize
|
size: ScreenSize
|
||||||
configurations: ScreenSize[]
|
configurations: ScreenSize[]
|
||||||
@ -85,6 +89,7 @@ export interface ScreenSize {
|
|||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Session
|
// Session
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
||||||
export interface MemberProfile {
|
export interface MemberProfile {
|
||||||
name: string
|
name: string
|
||||||
is_admin: boolean
|
is_admin: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user