FishingComponent: {
    band:
        | "common"
        | "uncommon"
        | "rare"
        | "veryRare";
    id: string;
    name: string;
}