UNPKG

@sudowealth/schwab-api

Version:

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

5 lines (4 loc) 301 B
import { type EndpointMetadata } from '../../core/http'; import { ErrorResponseSchema } from '../../errors'; import { GetUserPreferenceResponse } from './schema'; export declare const getUserPreferenceMeta: EndpointMetadata<never, never, never, GetUserPreferenceResponse, 'GET', ErrorResponseSchema>;