Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
69 lines (49 loc) · 1.99 KB

modules.md

File metadata and controls

69 lines (49 loc) · 1.99 KB

finder-scraper / Exports

finder-scraper

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

CompanyForm

Ƭ CompanyForm: "AOY" | "OYJ" | "OY" | "OK" | "VOJ"

Defined in

YTJ/index.ts:6


FinderCompany

Ƭ FinderCompany: Object

Type declaration

Name Type
address string
companyType string
companyid string
financialData { employees: string[] ; operatingProfit: string[] ; revenue: string[] ; shareholdersEquity: string[] ; yearEnd: string[] }
financialData.employees string[]
financialData.operatingProfit string[]
financialData.revenue string[]
financialData.shareholdersEquity string[]
financialData.yearEnd string[]
location string
mail string
name string
site string

Defined in

Finder/index.ts:4