FishingLedgerEntry: {
    createdAt: string;
    currency: string;
    delta: number | string;
    reason: string | null;
    type: string;
}