Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/typings-generator > IExportAsDefaultOptions

IExportAsDefaultOptions interface

Signature:

export interface IExportAsDefaultOptions 

Properties

Property

Modifiers

Type

Description

documentationComment?

string

(Optional)

interfaceDocumentationComment?

string

(Optional) This value is placed in a documentation comment for the exported default interface.

interfaceName?

string

(Optional) This setting overrides the the interface name for the default wrapped export.

valueDocumentationComment?

string

(Optional) This value is placed in a documentation comment for the exported const value.