Remove unused interface

This commit is contained in:
Jannis Mattheis 2019-03-16 18:19:13 +01:00
parent 144f5fb8e4
commit 61578d4a9d
1 changed files with 0 additions and 7 deletions

View File

@ -63,10 +63,3 @@ interface IVersion {
commit: string; commit: string;
buildDate: string; buildDate: string;
} }
interface IAppMessages {
messages: IMessage[];
hasMore: boolean;
nextSince: number;
id?: number;
}