nex session

This commit is contained in:
2023-07-16 11:50:53 +00:00
parent bfa53f6b95
commit 8128f4f641
13 changed files with 318 additions and 56 deletions

2
types/global.d.ts vendored
View File

@@ -27,6 +27,7 @@ interface outerRow {
}
interface Row {
topTitle: string
topTitleRed: boolean
subTitle: string
title: string
pageTitle: string
@@ -85,6 +86,7 @@ interface NetworkEvent {
interface iconBlock {
icon: FileField
iconFocused: FileField
bigText: string
smallText: string
}