type alias CurrentCandlestickOptionsimport { type CurrentCandlestickOptions } from "https://deno.land/x/aax@v1.0.0-beta.1/public/current_candlestick.ts"; definition: { symbol: `${string}FP`; timeFrame: | "1m" | "3m" | "5m" | "15m" | "30m" | "1h" | "2h" | "3h" | "4h" | "8h" | "1d"; }