hashbrown

SchemaInput

Schema inputs accepted by Hashbrown APIs that take input schemas (tools, component props, etc.).

API

export type SchemaInput =
  |  HashbrownType 
  |  StandardJSONSchemaV1 
  | object;