Type alias GenerateOptions<O, I>

GenerateOptions<O, I>: GenerateOptionsBase & {
    examples?: GenerateExample<I, O>[];
    postProcess?: ((output) => MatchingOutput<O>);
}

Options for the generate function.

Type Parameters

  • O extends Specs

    Type of the outputs, extending Specs.

  • I extends Inputs

    Type of the inputs, extending Inputs.

Type declaration

See

Generated using TypeDoc