Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing types from Company interface for typescript #37

Open
YahiaBakour opened this issue Jul 26, 2020 · 0 comments · May be fixed by #41
Open

Missing types from Company interface for typescript #37

YahiaBakour opened this issue Jul 26, 2020 · 0 comments · May be fixed by #41

Comments

@YahiaBakour
Copy link

export interface IEXCompany {
symbol: string;
companyName: string;
CEO: string;
exchange: string;
industry: string;
website: string;
description: string;
issueType: string;
sector: string;
securityName: string | null;
tags: string[];
employees: number | null;
}

Can you please add the following missing types:
address: string;
address2: string;
city: string;
state: string;
zip: string;
country: string;
phone: string;

Thanks :)

@juancarlosqr juancarlosqr linked a pull request Oct 22, 2020 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant