typescript-sdk
typescript-sdk copied to clipboard
Return types for getOptionsContracts is outdated
trafficstars
The return type of getOptionsContracts is outdated and should be
Promise<{ next_page_token: string; option_contracts: OptionsContract[]; }>
instead of
Promise<OptionsContract[]}>