log webview
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
interface LogArray extends Array<LogEntry>{}
|
||||
|
||||
interface LogEntry {
|
||||
timestamp: string,
|
||||
message_id: number,
|
||||
a: number,
|
||||
b: number,
|
||||
txt_short: string,
|
||||
txt_long: string
|
||||
}
|
||||
|
||||
interface LogLocalisation extends Array<LogLocalisationEntry>{}
|
||||
|
||||
interface LogLocalisationEntry {
|
||||
msg_type: string,
|
||||
message: string
|
||||
}
|
||||
|
||||
interface BackupHeader {
|
||||
timestamp: string,
|
||||
size: number
|
||||
|
||||
Reference in New Issue
Block a user