Removed redundant unterface, added comment

This commit is contained in:
Rupenieks
2020-05-19 17:45:39 +02:00
parent 9f22a64304
commit f9c5689d45
2 changed files with 2 additions and 5 deletions

View File

@@ -18,10 +18,6 @@ export interface IStream {
is_announcement_only?: boolean;
}
export interface ISubscription {
[value : string] : string;
}
export interface IPrincipal {
email: string;
}