UNPKG

@valapi/valorant-api.com

Version:

Valorant API - valorant-api.com

18 lines (17 loc) 546 B
import { ValorantApiComService } from "../client/ValorantApiComService"; import type { Response } from "../client/ValorantApiComService"; export declare namespace Version { interface Version { manifestId: string; branch: string; version: string; buildVersion: string; engineVersion: string; riotClientVersion: string; riotClientBuild: string; buildDate: string | Date; } } export declare class Version extends ValorantApiComService { get(): Response<Version.Version>; }