mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
lint fix.
This commit is contained in:
parent
ac9ac7ac69
commit
c3d48d39e2
@ -10,11 +10,7 @@ import {
|
|||||||
AdminEvents,
|
AdminEvents,
|
||||||
} from './events'
|
} from './events'
|
||||||
|
|
||||||
import {
|
import { Member, ScreenConfigurations, ScreenResolution } from './structs'
|
||||||
Member,
|
|
||||||
ScreenConfigurations,
|
|
||||||
ScreenResolution
|
|
||||||
} from './structs'
|
|
||||||
|
|
||||||
export type WebSocketMessages =
|
export type WebSocketMessages =
|
||||||
| WebSocketMessage
|
| WebSocketMessage
|
||||||
@ -153,11 +149,11 @@ export interface ScreenConfigurationsPayload {
|
|||||||
BROADCAST PAYLOADS
|
BROADCAST PAYLOADS
|
||||||
*/
|
*/
|
||||||
export interface BroadcastCreatePayload {
|
export interface BroadcastCreatePayload {
|
||||||
url: string
|
url: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface BroadcastStatusPayload {
|
export interface BroadcastStatusPayload {
|
||||||
url: string
|
url: string
|
||||||
isActive: boolean
|
isActive: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ export interface Connection {
|
|||||||
type: 'webrtc' | 'fallback' | 'none'
|
type: 'webrtc' | 'fallback' | 'none'
|
||||||
can_watch: boolean
|
can_watch: boolean
|
||||||
can_control: boolean
|
can_control: boolean
|
||||||
clipboard_access: boolean
|
clipboard_access: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
@ -11,6 +11,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
disableHostCheck: true
|
disableHostCheck: true,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user