Skip to content

Type Alias: GenerateOptions<G>

generate options of generate function.

Signature

ts
export type GenerateOptions<G extends GunshiParamsConstraint = DefaultGunshiParams> = CliOptions<G>

Type Parameters

NameDescription
G extends GunshiParamsConstraint = DefaultGunshiParamsA type extending GunshiParams to specify the shape of CliOptions.

Released under the MIT License.