// This file is auto-generated by @hey-api/openapi-ts

import * as z from 'zod'

/**
 * Success
 */
export const zGetSpecSchemaDefinitionsResponse = z.record(z.string(), z.unknown())
