UNPKG

@meibot/unofficial-valorant-api

Version:

Library for the Unofficial VALORANT API by api.henrikdev.xyz

14 lines (13 loc) 307 B
import { PremierConferences, Region } from "./general"; export type V1PremierConferences = { id: string; affinity: Region; pods: { pod: string; name: string; }[]; region: "eu" | "na" | "ap" | "kr"; timezone: string; name: PremierConferences; icon: string; };