import type { AdvancedListItem } from "@/types/common" export interface SteamUser extends AdvancedListItem { steamID64: string steamID32: string accountName: string personaName: string recent: number avatar: string }