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