/** * This is auto-generated file, don't modify this file manually */ /** * downloadedGames.getPaidStatus */ export interface DownloadedGamesGetPaidStatusParams { user_id?: number; } export interface DownloadedGamesGetPaidStatusResponse { /** * Game has been paid */ is_paid?: boolean; }