mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 00:32:23 +09:00
first
This commit is contained in:
6
types/window.d.ts
vendored
Normal file
6
types/window.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/consistent-type-imports */
|
||||
|
||||
declare interface Window {
|
||||
// initial state for the client when hydrating
|
||||
__vuero__: import('/@server/types').VueroInitialState
|
||||
}
|
||||
Reference in New Issue
Block a user