IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Interface CompanyRawInternal

    Company - raw response from the API

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

    Properties

    companyID: number

    Company ID

    homePage: string

    Company homepage

    name: string

    Company name