UNPKG

@meibot/unofficial-valorant-api

Version:

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

22 lines (21 loc) 490 B
import { PremierConferences, Region } from "./general"; export type V1PremierSearch = { id: string; name: string; tag: string; conference: PremierConferences; division: number; region: "eu" | "na" | "ap" | "kr"; affinity: Region; losses: number; wins: number; score: number; ranking: number; customization: { icon: string; image: string; primary: string; secondary: string; tertiary: string; }; };