rage-framework-rpc/index.d.ts
Oleksandr Honcharov ce5824db81 init
2024-09-15 21:39:04 +03:00

10 lines
130 B
TypeScript

declare const mp: any
interface Window {
rpcEvents: Record<string, Function>
}
declare const global: {
rpcEvents: any
}