export interface Forward {
    serial: string;
    local: string;
    remote: string;
}
