Files
cstb-next/src/types/steam.ts

11 lines
234 B
TypeScript
Raw Normal View History

2024-11-11 10:04:00 +08:00
import type { AdvancedListItem } from "@/types/common"
export interface SteamUser extends AdvancedListItem {
steam_id64: BigInt
steam_id32: number
account_name: string
persona_name: string
recent: number
avatar: string
}