mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web): move all types into typings folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { debugData } from '../../../utils/debugData';
|
||||
import { GameDifficulty } from '../../skillcheck';
|
||||
import { GameDifficulty } from '../../../typings';
|
||||
|
||||
export const debugSkillCheck = () => {
|
||||
debugData<{ difficulty: GameDifficulty | GameDifficulty[]; inputs?: string[] }>([
|
||||
|
||||
Reference in New Issue
Block a user