export type GetLatestVersionFromHashBody = {
    loaders: Array<string>;
    game_versions: Array<string>;
};
