UNPKG

macro_api

Version:

A comprehensive, production-ready API toolkit for various services including Stripe, Slack, SendGrid, Vercel, AWS S3, Docker Hub, and more.

6 lines (5 loc) 204 B
export default interface ValorantMatchHistoryOptions { queue?: 'competitive' | 'unrated' | 'spikerush' | 'deathmatch' | 'escalation' | 'replication'; startIndex?: number; endIndex?: number; }