update to latest standards

This commit is contained in:
2018-04-29 14:17:26 +02:00
parent 95c5fb7e83
commit 1c8d6bf96e
5 changed files with 34 additions and 11 deletions
+2
View File
@@ -14,6 +14,8 @@ export interface ISmartUniverseConstructorOptions {
}
export interface IServerGetMessagesRequestBody {
channel: string;
topic?: string;
youngerThan: number;
}