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 }