Home > @rushstack/typings-generator > IStringValuesTypingsGeneratorOptions
IStringValuesTypingsGeneratorOptions interface
Signature:
export interface IStringValuesTypingsGeneratorOptions extends ITypingsGeneratorOptions<IStringValueTypings | undefined>
Extends: ITypingsGeneratorOptions<IStringValueTypings | undefined>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
exportAsDefault? | boolean | (Optional) Setting this option wraps the typings export in a default property. | |
exportAsDefaultInterfaceName? | string | (Optional) When exportAsDefault is true, this optional setting determines the interface name for the default wrapped export. Ignored when exportAsDefault is false. |