UNPKG

@azuro-org/sdk

Version:

One-stop solution for building betting dApps on the Azuro Protocol.

6 lines (5 loc) 232 B
import { type GamesQuery } from '@azuro-org/toolkit'; type Data = GamesQuery['games'][0]; type Result = Record<string, Data>; export declare const batchFetchGames: (gameIds: string[], gqlLink: string) => Promise<Result>; export {};