UNPKG

@meibot/unofficial-valorant-api

Version:

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

16 lines (15 loc) 322 B
export interface V2StoreOffersResponse { offers: { offer_id: string; cost: number; name: string; icon: string; type: string; skin_id: string; content_tier: { name: string; dev_name: string; icon: string; }; }[]; }