Merge pull request #3043 from nymtech/jon/chore/fix-auto-updated-files

nym-wallet: fix auto-updated files
This commit is contained in:
Jon Häggblad
2023-02-16 13:04:36 +01:00
committed by GitHub
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2933,7 +2933,7 @@ dependencies = [
"serde_json",
"serde_repr",
"thiserror",
"time 0.3.7",
"time 0.3.17",
"ts-rs",
]
@@ -1,2 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export interface AppEnv { ADMIN_ADDRESS: string | null, SHOW_TERMINAL: string | null, ENABLE_QA_MODE: string | null, }
@@ -1,2 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export interface ValidatorUrl { url: string, name: string | null, }
@@ -1,2 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export interface Validator { nyxd_url: string, nyxd_name: string | null, api_url: string | null, }