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