@shopify/cli-kit
    Preparing search index...

    Interface TunnelClient

    interface TunnelClient {
        getTunnelStatus: () => TunnelStatusType;
        port: number;
        provider: string;
        stopTunnel: () => void;
    }
    Index

    Properties

    getTunnelStatus: () => TunnelStatusType
    port: number
    provider: string
    stopTunnel: () => void