UNPKG

@yash101/schwab-api-client

Version:

A TypeScript client library for interacting with the Charles Schwab Brokerage APIs.

5 lines 388 B
import { APIOptions } from "./apioptions"; import { AuthTokens } from "./auth/tokens"; import { GetUserPreferencesRequest, GetUserPreferencesResponse } from "./api-types/user.types"; export declare function getUserPreference(request: GetUserPreferencesRequest | null, token: AuthTokens, apiOptions?: APIOptions): Promise<GetUserPreferencesResponse>; //# sourceMappingURL=user.api.d.ts.map