rage-framework-example/apps/shared/index.ts
2024-10-28 10:28:56 +00:00

13 lines
266 B
TypeScript

export const events = {
server: {
customServerEvent: 'customServerEvent',
},
client: {
cefReady: 'cefReady',
customClientEvent: 'customClientEvent',
},
browser: {
customBrowserEvent: 'customBrowserEvent',
},
}