find-itch-games
    Preparing search index...

    Interface IItchLibraries

    The full picture: where itch is, where it installs, and what is installed.

    interface IItchLibraries {
        itchPath: string;
        databasePath: string;
        databaseAvailable: boolean;
        strategy: "db" | "merge" | "receipts";
        libraries: IItchLibrary[];
    }
    Index
    itchPath: string
    databasePath: string
    databaseAvailable: boolean
    strategy: "db" | "merge" | "receipts"
    libraries: IItchLibrary[]