UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

2 lines (1 loc) 127 B
export type StateBagChangeHandler = (bagName: string, key: string, value: any, reserved: number, replicated: boolean) => void;