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