We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19d42a commit 46ad44aCopy full SHA for 46ad44a
1 file changed
src/utils/counting.ts
@@ -5,8 +5,12 @@ import { CountingMode } from '../payloads/index.js';
5
6
export interface CountResult {
7
count: number;
8
+ mode: CountingMode;
9
valid: boolean;
- achievements: AchievementReward[];
10
+ achievement: {
11
+ notfication: boolean;
12
+ achievements: AchievementReward[];
13
+ };
14
delete?: boolean;
15
reaction?: string | null;
16
suddenDeath?: boolean;
0 commit comments