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