Add location column (#57)

This commit is contained in:
Maciej Hirsz
2018-09-26 13:55:07 +02:00
committed by GitHub
parent e5191cdebd
commit 87facf1552
4 changed files with 38 additions and 11 deletions
+1
View File
@@ -11,6 +11,7 @@ export namespace State {
}
export interface Settings {
location: boolean;
validator: boolean;
implementation: boolean;
peers: boolean;