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