find-itch-games
    Preparing search index...

    Interface IItchLibrary

    An install location together with the games in it.

    interface IItchLibrary {
        apps: IItchApp[];
        id: string;
        path: string;
        isDefault: boolean;
        exists: boolean;
        source: IItchLocationSource;
    }

    Hierarchy (View Summary)

    Index
    apps: IItchApp[]
    id: string

    itch's own id: a uuid, or the built-in appdata.

    path: string
    isDefault: boolean

    True for the location itch installs into by default.

    exists: boolean

    Whether the directory currently exists on disk.