@runloop/api-client - v1.4.0
    Preparing search index...

    Interface DevboxTunnelView

    interface DevboxTunnelView {
        devbox_id: string;
        port: number;
        url: string;
    }
    Index

    Properties

    Properties

    devbox_id: string

    ID of the Devbox the tunnel routes to.

    port: number

    Port of the Devbox the tunnel routes to.

    url: string

    Public url used to access Devbox.