UNPKG

tbarequest

Version:

A wrapper to fetch data from The Blue Alliance API

6 lines (5 loc) 146 B
import { type } from "arktype"; export const API_Status_App_Version = type({ min_app_version: "number", latest_app_version: "number", });