Type Alias FishingCoinAdjustment

FishingCoinAdjustment: {
    balanceAfter: number;
    guildId: string;
    userId: string;
}