Interface BugtrackerGetProductBuildUploadServerParams

interface BugtrackerGetProductBuildUploadServerParams {
    product_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

product_id: number

Generated using TypeDoc