find-itch-games
    Preparing search index...

    Interface IItchLibrariesRaw

    itch's install locations, with the state of the records they came from.

    "Raw" because the locations have not been scanned for games yet -- see IItchLibraries for that.

    interface IItchLibrariesRaw {
        itchPath: string;
        databasePath: string;
        databaseAvailable: boolean;
        libraries: IItchLibraryRaw[];
    }
    Index
    itchPath: string
    databasePath: string
    databaseAvailable: boolean

    Whether butler.db was present and readable.

    libraries: IItchLibraryRaw[]