Updated typescript models

This commit is contained in:
Jędrzej Stuczyński
2021-06-24 10:46:02 +01:00
parent f0fafe97fe
commit b56bb7f226
+6 -2
View File
@@ -9,6 +9,9 @@ export type MixNodeBond = { // TODO: change name to MixNodeBond
export type MixNode = {
host: string,
mix_port: number,
verloc_port: number,
http_api_port: number,
layer: number,
location: string,
sphinx_key: string, // TODO: camelCase this later once everything else works
@@ -23,8 +26,9 @@ export type GatewayBond = {
}
export type Gateway = {
mix_host: string,
clients_host: string,
host: string,
mix_port: number,
clients_port: number,
location: string,
sphinx_key: string,
identity_key: string,