rage-framework-example/apps/rpc/index.d.ts
Danya H f8dd4d9fce upd
- added all non-jumping calls (cef <=> client, client <=> server)
- added @ragempcommunity types (todo)
2024-10-03 18:59:41 +01:00

9 lines
325 B
TypeScript

import '@ragempcommunity/types-cef'
import '@ragempcommunity/types-client'
import '@ragempcommunity/types-server'
declare const mp: Mp
declare const global: Record<string, (...args: any[]) => unknown>
declare const window: Record<string, (...args: any[]) => unknown>
declare const console: { log: (...args: any[]) => void }