FishingGuildInspect: {
    components: {
        componentId: string;
        quantity: number;
    }[];
    config: FishingGuildConfig | null;
    dock: FishingGuildDock | null;
    topMembers: {
        coins: number | string;
        lastActiveAt: string;
        lifetimeCatches: number;
        userId: string;
    }[];
}