feat: add version, anti-cheat, and verified date to preset detail modal (Tasks 6.1-6.7)
This commit is contained in:
@@ -157,6 +157,10 @@ interface Preset {
|
||||
createdAt: string
|
||||
hardwareWattHours: number | null
|
||||
hardwareDeviceType: string | null
|
||||
versionString: string | null
|
||||
buildId: string | null
|
||||
gameAntiCheatName: string | null
|
||||
gameAntiCheatStatus: "none" | "supported" | "unsupported" | "unknown" | null
|
||||
}
|
||||
|
||||
interface StatsResponse {
|
||||
|
||||
Reference in New Issue
Block a user