Home > @rushstack/typings-generator > IStringValuesTypingsGeneratorOptions > exportAsDefaultInterfaceName
IStringValuesTypingsGeneratorOptions.exportAsDefaultInterfaceName property
When exportAsDefault
is true, this optional setting determines the interface name for the default wrapped export. Ignored when exportAsDefault
is false.
Signature:
exportAsDefaultInterfaceName?: string;