find-itch-games
    Preparing search index...

    Interface IItchPlatforms

    Which OS/architectures a game or upload is compatible with.

    interface IItchPlatforms {
        windows?: IItchArchitectures;
        linux?: IItchArchitectures;
        osx?: IItchArchitectures;
    }
    Index