Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.61 KB

accountbadgeinfo.md

File metadata and controls

21 lines (16 loc) · 2.61 KB

AccountBadgeInfo

Example Usage

import { AccountBadgeInfo } from "@steamsets/client-ts/models/components";

let value: AccountBadgeInfo = {
  completionTime: new Date("2023-01-01T00:00:00Z"),
  level: 123456,
  xp: 123456,
};

Fields

Field Type Required Description Example
completionTime Date ✔️ The time the badge was completed 2023-01-01T00:00:00Z
level number ✔️ The level of the badge 123456
xp number ✔️ The xp of the badge 123456