Home > @rushstack/typings-generator > ITypingsGeneratorOptions
ITypingsGeneratorOptions interface
Signature:
export interface ITypingsGeneratorOptions<TTypingsResult = string | undefined, TFileContents extends string = string> extends ITypingsGeneratorOptionsWithoutReadFile<TTypingsResult, TFileContents>
Extends: ITypingsGeneratorOptionsWithoutReadFile<TTypingsResult, TFileContents>
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
ReadFile<TFileContents> | (Optional) |