@runno/runtime
    Preparing search index...

    Type Alias CrashResult

    type CrashResult = {
        error: { message: string; type: string };
        resultType: "crash";
    }
    Index

    Properties

    Properties

    error: { message: string; type: string }
    resultType: "crash"