Type alias Inputs

Inputs: string | Record<string, SpecType>

A type representing the input to the generate function: either a string (simple description of the input), or a mapping between string keys and SpecTypes.

Generated using TypeDoc