forinvest-cli
    Preparing search index...

    Interface ICompanyInfoRepo

    interface ICompanyInfoRepo {
        getCompanyInfo(code: string): Promise<CompanyInfoResponse>;
    }
    Index

    Methods