Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/localization-utilities > IInferInterfaceNameExportAsDefaultOptions

IInferInterfaceNameExportAsDefaultOptions interface

Signature:

export interface IInferInterfaceNameExportAsDefaultOptions extends Omit<IExportAsDefaultOptions, 'interfaceName'> 

Extends: Omit<IExportAsDefaultOptions, 'interfaceName'>

Properties

Property

Modifiers

Type

Description

inferInterfaceNameFromFilename?

boolean

(Optional) When exportAsDefault is true and this option is true, the default export interface name will be inferred from the filename.