UNPKG

@yash101/schwab-api-client

Version:

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

17 lines 399 B
export interface NoParametersRequest { } export interface NoParametersResponse { } export declare enum APIRuleAction { ACCEPT = "ACCEPT", ALERT = "ALERT", REJECT = "REJECT", REVIEW = "REVIEW", UNKNOWN = "UNKNOWN" } export type DateAndTime = string; export interface ErrorMessageAndErrors { errorMessage: string; errors: string[]; } //# sourceMappingURL=api.types.d.ts.map