UNPKG

@sudowealth/schwab-api

Version:

TypeScript client for Charles Schwab API with OAuth support, market data, trading functionality, and complete type safety

7 lines (6 loc) 325 B
export * from './schema'; export * from './endpoints'; import { type EndpointFunction } from '../../core/endpoint-types'; import { type getPriceHistoryMeta } from './endpoints'; export type GetPriceHistoryFunction = EndpointFunction<typeof getPriceHistoryMeta>; export declare const getPriceHistory: GetPriceHistoryFunction;