UNPKG

underlying-exchange-tokens-india

Version:

Exchange tokens mapping for underlying instruments across different Indian brokers

8 lines (7 loc) 201 B
export type BrokerType = "Flattrade" | "Shoonya" | "Zerodha"; export type TokenMapping = { [K in BrokerType]: string; }; export interface UnderlyingTokenMap { [symbol: string]: TokenMapping; }