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

11 lines
230 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 {
steamID64: string
steamID32: string
accountName: string
personaName: string
recent: number
avatar: string
}