Interface RouterConnectOptions

interface RouterConnectOptions {
    routingId?: string;
}

Properties

Properties

routingId?: string