Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Interface SystemInfo

    interface SystemInfo {
        cpu: { arch: string; cores: number };
        memory: { total_bytes: number; total_gb: number; total_mb: number };
        os: { architecture: string; type: string; version: string };
        runtime: { rust_version: string; tauri_version: string };
    }
    Index

    Properties

    Properties

    cpu: { arch: string; cores: number }
    memory: { total_bytes: number; total_gb: number; total_mb: number }
    os: { architecture: string; type: string; version: string }
    runtime: { rust_version: string; tauri_version: string }