import type { TopicDetail } from './TopicDetail'; export type TopicDetails = { results: Array; pagination: Record; };