import { ObjectJsonSchema } from './ObjectJsonSchema'; import { PrimitiveOrFromJsonSchema } from './PrimitiveOrFromJsonSchema'; export type FromPropertySchemas = { -readonly [K in keyof T['properties']]: PrimitiveOrFromJsonSchema; };