update: add zustand store and basic setup
This commit is contained in:
10
src/types/steam.ts
Normal file
10
src/types/steam.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { AdvancedListItem } from "@/types/common"
|
||||
|
||||
export interface SteamUser extends AdvancedListItem {
|
||||
steamID64: string
|
||||
steamID32: string
|
||||
accountName: string
|
||||
personaName: string
|
||||
recent: number
|
||||
avatar: string
|
||||
}
|
||||
Reference in New Issue
Block a user