Skip to content

InputSchemaProperty ​

A JSON Schema fragment describing one flag or arg as an input property.

Signatures ​

ts
type InputSchemaProperty = Readonly<Record<string, unknown>>;

See Also ​

Released under the MIT License.