MCPcopy Index your code
hub / github.com/wxt-dev/wxt / ExampleModuleOptions

Interface ExampleModuleOptions

packages/wxt-demo/modules/example.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// Example of adding option types to wxt config file
4export interface ExampleModuleOptions {
5 a: string;
6 b?: string;
7}
8declare module 'wxt' {
9 interface InlineConfig {
10 example?: ExampleModuleOptions;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…