FishingPlayerInspect: {
    global: FishingPlayerGlobal | null;
    inventory: FishingInventoryStack[] | null;
    member: FishingPlayerMember | null;
    recentLedger: FishingLedgerEntry[];
}

Type declaration