import type { TopicDomain } from './TopicDomain'; export type TopicDomainResponse = { data?: TopicDomain; meta?: Record; };