mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 07:23:50 +09:00
first
This commit is contained in:
8
types/h3.d.ts
vendored
Normal file
8
types/h3.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { VueroInitialState } from '/@server/types'
|
||||
|
||||
declare module 'h3' {
|
||||
interface H3EventContext {
|
||||
initialState: VueroInitialState
|
||||
}
|
||||
}
|
||||
export {}
|
||||
Reference in New Issue
Block a user