microfoom
API referenceInterfaces

DerivedParameters

Interface: DerivedParameters

Defined in: packages/microfoom-core/src/schema_derive.ts:16

The derived parameter schema for one method.

Properties

PropertyModifierTypeDescriptionDefined in
jsonSchemareadonlyJsonSchemaJSON Schema of the arguments object (advertised to the model).packages/microfoom-core/src/schema_derive.ts:18
paramNamesreadonlyreadonly string[]Parameter names, in declaration order.packages/microfoom-core/src/schema_derive.ts:22
schemareadonlyStandardSchemaV1<unknown, Record<string, unknown>>Standard Schema validating a raw arguments object (F4).packages/microfoom-core/src/schema_derive.ts:20

On this page