mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
add sharemode
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import * as mobx from "mobx";
|
||||
|
||||
type ShareModeType = "local" | "private" | "view" | "shared";
|
||||
|
||||
type SessionDataType = {
|
||||
sessionid : string,
|
||||
name : string,
|
||||
notifynum : number,
|
||||
activescreenid : string,
|
||||
sessionidx : number,
|
||||
sharemode : ShareModeType,
|
||||
archived? : boolean,
|
||||
screens : ScreenDataType[],
|
||||
remotes : RemoteInstanceType[],
|
||||
|
||||
Reference in New Issue
Block a user