Company - raw response from the API

interface CompanyRaw {
    companyID: number;
    homePage: string;
    name: string;
}

Properties

companyID: number

Company ID

homePage: string

Company homepage

name: string

Company name