📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:30:58
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
vite
/
types
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/vite/types
🔄 Refresh
✏️
Editing: hmrPayload.d.ts
Writable
export type HMRPayload = | ConnectedPayload | UpdatePayload | FullReloadPayload | CustomPayload | ErrorPayload | PrunePayload export interface ConnectedPayload { type: 'connected' } export interface UpdatePayload { type: 'update' updates: Update[] } export interface Update { type: 'js-update' | 'css-update' path: string acceptedPath: string timestamp: number /** @internal */ explicitImportRequired?: boolean /** @internal */ isWithinCircularImport?: boolean /** @internal */ ssrInvalidates?: string[] } export interface PrunePayload { type: 'prune' paths: string[] } export interface FullReloadPayload { type: 'full-reload' path?: string /** @internal */ triggeredBy?: string } export interface CustomPayload { type: 'custom' event: string data?: any } export interface ErrorPayload { type: 'error' err: { [name: string]: any message: string stack: string id?: string frame?: string plugin?: string pluginCode?: string loc?: { file?: string line: number column: number } } }
💾 Save Changes
❌ Cancel