mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 02:32:29 +09:00
7 lines
199 B
TypeScript
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
|
|
}
|