Type alias CrashResult

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

Type declaration

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

Generated using TypeDoc