export interface SdrDetails {
    ip: string;
    port: string;
    tvPort: string;
    final: boolean;
}
