import type { TNewsResponseData } from '~/apis/common/get-news' export type TNews = { title: string description: string items: Promise }