@sudowealth/schwab-api
Version:
TypeScript client for Charles Schwab API with OAuth support, market data, trading functionality, and complete type safety
4 lines (3 loc) • 302 B
TypeScript
import { type z } from 'zod';
export declare function mergeShapes<T extends z.ZodRawShape, U extends z.ZodRawShape>(shape1: T, shape2: U): T & U;
export declare function mergeShapes<T extends z.ZodRawShape, U extends z.ZodRawShape, V extends z.ZodRawShape>(shape1: T, shape2: U, shape3: V): T & U & V;