UNPKG

cplug

Version:

Crypto Plug is a CLI tool for getting cryptocurrency market data, news, and more!

8 lines (7 loc) 120 B
export interface ApiResponse<T> { status: { elapsed: number; timestamp: Date; }; data: T; }