🐛 fix(config): Bugs
This commit is contained in:
+2
-1
@@ -57,7 +57,6 @@ declare namespace API {
|
||||
type CurrencyConfig = {
|
||||
currency_unit: string;
|
||||
currency_symbol: string;
|
||||
access_key: string;
|
||||
};
|
||||
|
||||
type Document = {
|
||||
@@ -235,6 +234,8 @@ declare namespace API {
|
||||
sni: string;
|
||||
allow_insecure: boolean;
|
||||
fingerprint: string;
|
||||
reality_server_addr: string;
|
||||
reality_server_port: number;
|
||||
reality_private_key: string;
|
||||
reality_public_key: string;
|
||||
reality_short_id: string;
|
||||
|
||||
Vendored
+2
-1
@@ -71,7 +71,6 @@ declare namespace API {
|
||||
type CurrencyConfig = {
|
||||
currency_unit: string;
|
||||
currency_symbol: string;
|
||||
access_key: string;
|
||||
};
|
||||
|
||||
type Document = {
|
||||
@@ -377,6 +376,8 @@ declare namespace API {
|
||||
sni: string;
|
||||
allow_insecure: boolean;
|
||||
fingerprint: string;
|
||||
reality_server_addr: string;
|
||||
reality_server_port: number;
|
||||
reality_private_key: string;
|
||||
reality_public_key: string;
|
||||
reality_short_id: string;
|
||||
|
||||
Reference in New Issue
Block a user