UNPKG

growwapi

Version:
7 lines (6 loc) 172 B
import { HoldingsResponse } from '../types'; export declare class Holdings { private http; constructor(baseUrl: string); list(): Promise<HoldingsResponse[]>; }