@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) • 337 B
TypeScript
export * from './schema.js';
export * from './endpoints.js';
import { type EndpointFunction } from '../../core/endpoint-types.js';
import { type getPriceHistoryMeta } from './endpoints.js';
export type GetPriceHistoryFunction = EndpointFunction<typeof getPriceHistoryMeta>;
export declare const getPriceHistory: GetPriceHistoryFunction;