GuildFishingShopItem: {
    baseItemId: string;
    enabled?: boolean;
    name: string | null;
    priceCoins: number | null;
}