import { AccountBadgeInfo } from "@steamsets/client-ts/models/components";
let value: AccountBadgeInfo = {
completionTime: new Date("2023-01-01T00:00:00Z"),
level: 123456,
xp: 123456,
};
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 |