Update hub-button-app to use a local script
Co-authored-by: Firespray-31 <147506444+Firespray-31@users.noreply.github.com>
This commit is contained in:
parent
5df4c270a7
commit
2580d0f95c
7 changed files with 124 additions and 37 deletions
8
webui/src/types/API.d.ts
vendored
Normal file
8
webui/src/types/API.d.ts
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace API {
|
||||
type Version = {
|
||||
Codename: string
|
||||
Version: string
|
||||
disableDashboardAd: boolean
|
||||
startDate: string
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue