Add stream health overview component
This commit is contained in:
@@ -125,6 +125,12 @@ export interface NotificationsConfig {
|
||||
twitter: TwitterNotification;
|
||||
}
|
||||
|
||||
export interface Health {
|
||||
healthy: boolean;
|
||||
healthyPercentage: number;
|
||||
message: string;
|
||||
}
|
||||
|
||||
export interface ConfigDetails {
|
||||
externalActions: ExternalAction[];
|
||||
ffmpegPath: string;
|
||||
|
||||
Reference in New Issue
Block a user