mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 04:42:34 +09:00
9 lines
160 B
TypeScript
9 lines
160 B
TypeScript
import type { VueroInitialState } from '/@server/types'
|
|
|
|
declare module 'h3' {
|
|
interface H3EventContext {
|
|
initialState: VueroInitialState
|
|
}
|
|
}
|
|
export {}
|