0.2.63 update
This commit is contained in:
@@ -392,9 +392,19 @@ export interface SonarrRequestPolicy {
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface RadarrRequestPolicy extends SonarrRequestPolicy {}
|
||||
|
||||
export interface ArrIntegrationStatus {
|
||||
sonarrConfigured: boolean;
|
||||
radarrConfigured: boolean;
|
||||
sonarrEnabled: boolean;
|
||||
radarrEnabled: boolean;
|
||||
}
|
||||
|
||||
/* ---------- logs ---------- */
|
||||
|
||||
export interface LogEvent {
|
||||
sequence: number;
|
||||
occurredAt: string;
|
||||
level: string;
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user