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 (4 loc) 152 B
import type ExecuteQueryArgs from './ExecuteQueryArgs.js'; export default interface RefreshQueryArgs extends ExecuteQueryArgs { cooldown?: number; }