MCPcopy Index your code
hub / github.com/Openpanel-dev/openpanel / ModuleOptions

Interface ModuleOptions

packages/sdks/nuxt/src/types.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { OpenPanel, OpenPanelOptions } from '@openpanel/web';
2
3export interface ModuleOptions extends OpenPanelOptions {
4 proxy?: boolean;
5}
6
7declare module '#app' {
8 interface NuxtApp {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected