UNPKG

tbarequest

Version:

A wrapper to fetch data from The Blue Alliance API

12 lines (11 loc) 279 B
import { Type } from "arktype"; export type Endpoints = { [key: string]: { schema: Type; arguments: Type<[...unknown[]]>; transformMatch?: (data: { year?: number; key?: string; }, schema: unknown) => unknown; }; };