Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/typings-generator > ITypingsGeneratorOptionsWithCustomReadFile

ITypingsGeneratorOptionsWithCustomReadFile interface

Options for a TypingsGenerator that needs to customize how files are read.

Signature:

export interface ITypingsGeneratorOptionsWithCustomReadFile<TTypingsResult = string | undefined, TFileContents = string> extends ITypingsGeneratorOptionsWithoutReadFile<TTypingsResult, TFileContents> 

Extends: ITypingsGeneratorOptionsWithoutReadFile<TTypingsResult, TFileContents>

Properties

Property

Modifiers

Type

Description

readFile

ReadFile<TFileContents>