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) 156 B
export default interface ValorantLeaderboardOptions { region: 'na' | 'eu' | 'ap' | 'kr' | 'latam' | 'br'; size?: number; startIndex?: number; }