Files
dmz/types/window.d.ts
2025-05-24 01:47:40 +09:00

7 lines
199 B
TypeScript

/* eslint-disable @typescript-eslint/consistent-type-imports */
declare interface Window {
// initial state for the client when hydrating
__vuero__: import('/@server/types').VueroInitialState
}