Skip to content

API > wxt > WxtDirTypeReferenceEntry

Interface: WxtDirTypeReferenceEntry

Represents type reference to a node module to be added to .wxt/wxt.d.ts file

Contents

Properties

module

module: string

Specifies the module name that will be used in the /// <reference types="..." /> directive. This value will be added to the .wxt/wxt.d.ts file to include type definitions from the specified module.

Source

packages/wxt/src/types.ts:1559


Generated using typedoc-plugin-markdown and TypeDoc