aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/ParsedLogResults.ts
blob: 6ae3c0adf6757379a9e6a909951498f99278d17c (plain)
1
2
3
4
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { ParsedModFromLog } from "./ParsedModFromLog";

export interface ParsedLogResults { northstar_launcher_version: string, installed_mods: Array<ParsedModFromLog>, has_northstar_crashed: boolean, }