mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-30 14:21:04 +00:00
feat: migrating achievements to level
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { SteamAchievement, UnlockedAchievement } from "./game.types";
|
||||
|
||||
export type SubscriptionStatus = "active" | "pending" | "cancelled";
|
||||
|
||||
export interface Subscription {
|
||||
@@ -21,3 +23,8 @@ export interface User {
|
||||
backgroundImageUrl: string | null;
|
||||
subscription: Subscription | null;
|
||||
}
|
||||
|
||||
export interface GameAchievement {
|
||||
achievements: SteamAchievement[];
|
||||
unlockedAchievements: UnlockedAchievement[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user