interface Router {
    connect: string;
    prefix?: Name;
    transport: string;
}

Properties

connect: string
prefix?: Name
transport: string