Home / Type/ CustomPayload Type — vite Architecture

CustomPayload Type — vite Architecture

Architecture documentation for the CustomPayload type/interface in hmrPayload.d.ts from the vite codebase.

Entity Profile

Dependency Diagram

graph TD
  377059dd_4c2a_44ae_86e7_1afc285b9531["CustomPayload"]
  811fbe9d_f62d_f86c_1173_6621e1b17f05["hmrPayload.d.ts"]
  377059dd_4c2a_44ae_86e7_1afc285b9531 -->|defined in| 811fbe9d_f62d_f86c_1173_6621e1b17f05
  style 377059dd_4c2a_44ae_86e7_1afc285b9531 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/vite/types/hmrPayload.d.ts lines 58–62

export interface CustomPayload {
  type: 'custom'
  event: string
  data?: any
}

Frequently Asked Questions

What is the CustomPayload type?
CustomPayload is a type/interface in the vite codebase, defined in packages/vite/types/hmrPayload.d.ts.
Where is CustomPayload defined?
CustomPayload is defined in packages/vite/types/hmrPayload.d.ts at line 58.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free