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

    Interface TunnelPluginError

    interface TunnelPluginError {
        message?: string;
        provider: string;
        type: "unknown" | "multiple-providers" | "handled-error" | "no-provider";
    }
    Index

    Properties

    message?: string
    provider: string
    type: "unknown" | "multiple-providers" | "handled-error" | "no-provider"