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