Const
Utility function to help infer payload types when defining events. Does nothing at runtime.
const event = defineEvent('user.updated', withPayload<{ id: string }>()) Copy
const event = defineEvent('user.updated', withPayload<{ id: string }>())
Utility function to help infer payload types when defining events. Does nothing at runtime.