UNPKG

@riverfl0w/dune-client

Version:

A TypeScript client for querying the Dune API, designed to simplify the integration of Dune's powerful analytics into your projects.

6 lines (5 loc) 157 B
export default interface ExecuteQueryArgs { query_id: string | number; performance?: 'medium' | 'large'; query_parameters?: Record<string, unknown>; }