This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
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
}