mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
Removed redundant unterface, added comment
This commit is contained in:
@@ -18,10 +18,6 @@ export interface IStream {
|
||||
is_announcement_only?: boolean;
|
||||
}
|
||||
|
||||
export interface ISubscription {
|
||||
[value : string] : string;
|
||||
}
|
||||
|
||||
export interface IPrincipal {
|
||||
email: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user