routier-collection / core/src / createStandardJsonSchemaProps
Function: createStandardJsonSchemaProps()
createStandardJsonSchemaProps<
T>(compiledSchema):Props<InferCreateType<T>,InferType<T>>
Defined in: core/src/schema/utils/standardJsonSchema.ts:523
Creates Standard JSON Schema V1 props for a compiled schema.
Type Parameters
T
T extends object
Parameters
compiledSchema
Returns
Props<InferCreateType<T>, InferType<T>>