UNPKG

@cbinsights/fds

Version:
21 lines (20 loc) 1.25 kB
export declare const RESEARCH = "research"; export declare const COMPANY = "company"; export declare const INVESTOR = "investor"; export declare const CXN = "collection"; export declare const TAG = "tag"; export declare const ENTITY = "entity"; export declare const PERSON = "person"; export declare const ORGANIZATION = "organization"; export declare const SEARCH_TERM = "Search term"; export declare const SEARCH_TERM_RESEARCH = "Research search term"; export declare const SEARCH_TERM_CURRENT_TAB = "Current tab search term"; export declare const SEARCH_TERM_EARNINGS = "Earning Trans. search term"; export declare const SEARCH_TERM_DEALS = "Deals search term"; export declare const SEARCH_TERM_INVESTORS = "Investors tab search term"; export declare const SEARCH_TERM_PATENTS = "Patents search term"; export declare const SEARCH_TERM_NEWS = "News search term"; export declare const SEARCH_TERM_TABS: string[]; export declare const getValueType: (defaultType?: string | undefined, isExpert?: boolean | undefined) => string; export declare const getIconName: (defaultType?: string | undefined, isExpert?: boolean | undefined) => any; export declare const getItemType: (defaultType?: string | undefined, isExpert?: boolean | undefined) => string;