Type Alias FishingCompensation
FishingCompensation: {
applied: boolean;
batches: number;
note: string;
perPlayer: {
coins: number;
guildId: string;
userId: string;
}[];
players: number;
totalCoins: number;
}
Type declaration
applied: boolean
batches: number
note: string
perPlayer: {
coins: number;
guildId: string;
userId: string;
}[]
players: number
totalCoins: number
Capped at the first 100 players;
playersis the true count.