ExternalFeedResponseDto: {
    available: boolean;
    configured: boolean;
    fetchedAt: string | null;
    items: {
        link: string | null;
        publishedAt: string | null;
        title: string;
    }[];
    titleEn: string;
    titleKo: string;
}