Interface BugtrackerGetDownloadVersionUrlResponse

interface BugtrackerGetDownloadVersionUrlResponse {
    app_title: string;
    build_id: number;
    build_title: string;
    bundle_name: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

app_title: string
build_id: number
build_title: string
bundle_name: string
url: string

Generated using TypeDoc