Skip to content

API / wxt / WxtDirTypeReferenceEntry

Interface: WxtDirTypeReferenceEntry

Source: packages/wxt/src/types.ts:1877

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

Properties

module

module: string

Source: packages/wxt/src/types.ts:1883

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.


Generated using typedoc-plugin-markdown and TypeDoc