Interface DownloadedGamesPaidStatusResponse

interface DownloadedGamesPaidStatusResponse {
    is_paid: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

is_paid: number | boolean

Game has been paid

Generated using TypeDoc