Interface BugtrackerCompanyMemberProduct

interface BugtrackerCompanyMemberProduct {
    access: number;
    id: number;
    licence_status_text: string;
    photo_url: string;
    status: number;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access: number
id: number
licence_status_text: string
photo_url: string
status: number
title: string

Generated using TypeDoc