Add ActivateRewardsResponse type
cgen-0280c88e49ac494589788de8dc56db8a
This commit is contained in:
parent
4e0af56bff
commit
409a321271
1 changed files with 7 additions and 0 deletions
|
|
@ -205,6 +205,13 @@ export interface AethexUserAchievement {
|
|||
unlocked_at: string;
|
||||
}
|
||||
|
||||
export interface ActivateRewardsResponse {
|
||||
ok: boolean;
|
||||
achievementsSeeded: number;
|
||||
godModeAwarded: boolean;
|
||||
targetUserId?: string | null;
|
||||
}
|
||||
|
||||
function isTableMissing(err: any): boolean {
|
||||
const msg = String(err?.message || err?.hint || err?.details || "");
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue