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