@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) • 295 B
TypeScript
export * from './schema';
export * from './endpoints';
import { type EndpointFunction } from '../../core/endpoint-types';
import { type getMoversMeta } from './endpoints';
export type GetMoversFunction = EndpointFunction<typeof getMoversMeta>;
export declare const getMovers: GetMoversFunction;