Remove unused interface
This commit is contained in:
parent
144f5fb8e4
commit
61578d4a9d
|
|
@ -63,10 +63,3 @@ interface IVersion {
|
|||
commit: string;
|
||||
buildDate: string;
|
||||
}
|
||||
|
||||
interface IAppMessages {
|
||||
messages: IMessage[];
|
||||
hasMore: boolean;
|
||||
nextSince: number;
|
||||
id?: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue