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