Manufacturer - raw response from the API

interface ManufacturerRaw {
    companyID: number;
    manufacturerID: number;
    name: string;
}

Properties

companyID: number

Company ID

manufacturerID: number

Manufacturer ID

name: string

Manufacturer name