Company

Hierarchy

  • Company

Constructors

Properties

Methods

Constructors

  • Constructs company

    Parameters

    • id: number

      Company ID

    • name: string

      Company name

    • homePage: string

      Company homepage

    Returns Company

Properties

homePage: string
id: number
name: string

Methods

  • Deserializes company from the API response

    Parameters

    • data: CompanyRaw

      Company data (raw response from the API)

    Returns Company

Generated using TypeDoc