Add esper statistics

This commit is contained in:
uwap 2018-01-20 00:16:34 +01:00
parent 3ed861369e
commit 16d03ceacf
5 changed files with 209 additions and 136 deletions

View file

@ -111,7 +111,7 @@ declare type Controls = Map<string,Control>;
declare type Config = {
space: Space,
topics: Topics,
topics: Topics | Array<Topics>,
controls: Controls,
layers: Array<Layer>
};