import { StatsV1StatsGetResponse } from "@steamsets/client-ts/models/operations";
let value: StatsV1StatsGetResponse = {
httpMeta: {
response: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),
request: new Request("https://example.com"),
},
v1Stats: {
dollarSchema: "https://api.steamsets.com/schemas/V1Stats.json",
accountsAdded: 1,
accountsUpdated: 1,
appPlaytime: 1,
apps: 1,
awardsGiven: 1,
awardsReceived: 1,
badges: 1,
bans: 1,
foilBadges: 1,
friends: 1,
gameBans: 1,
level: 1,
normalBadges: 1,
playtime: 1,
pointsGiven: 1,
pointsReceived: 1,
steamSetsScore: 1,
totalAccounts: 1,
vacBans: 1,
xp: 1,
},
};