Skip to content

Missing types from Company interface for typescript #37

@YahiaBakour

Description

@YahiaBakour

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions