feat(streaming): add real-time streaming (MongoDB change streams & S3 bucket watchers) with WebSocket subscriptions and activity stream UI
This commit is contained in:
@@ -535,3 +535,8 @@ export interface IReq_GetDatabaseStats extends plugins.typedrequestInterfaces.im
|
||||
stats: IDatabaseStats | null;
|
||||
};
|
||||
}
|
||||
|
||||
// ===========================================
|
||||
// Re-export streaming interfaces
|
||||
// ===========================================
|
||||
export * from '../streaming/interfaces.streaming.js';
|
||||
|
||||
Reference in New Issue
Block a user