This commit is contained in:
2025-05-24 01:47:40 +09:00
commit 09d97cbb0b
1594 changed files with 184634 additions and 0 deletions

8
types/h3.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import type { VueroInitialState } from '/@server/types'
declare module 'h3' {
interface H3EventContext {
initialState: VueroInitialState
}
}
export {}