export interface Reverse {
    remote: string;
    local: string;
}
