Type Alias DropsGamesReturnTypes

DropsGamesReturnTypes: {
    getDropsGamesRaw: Awaited<ReturnType<APIDropsGames["getDropsGames"]>>;
    getDropsGamesSuccess: CancelOutWebResponses<Awaited<ReturnType<APIDropsGames["getDropsGames"]>>>;
    getPlatformDropsGamesRaw: Awaited<ReturnType<APIDropsGames["getPlatformDropsGames"]>>;
    getPlatformDropsGamesSuccess: CancelOutWebResponses<Awaited<ReturnType<APIDropsGames["getPlatformDropsGames"]>>>;
}