Skip to content

Commit

Permalink
fix(natives): Add missing Ped import
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Dec 19, 2023
1 parent 6b600ee commit 131e986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion natives/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @module natives
*/
declare module "natives" {
import { Vector3, Entity, Vehicle, Player } from "alt-client";
import { Vector3, Entity, Vehicle, Player, Ped } from "alt-client";
export function toggleStrictChecks(enable: boolean): void;

/**
Expand Down

0 comments on commit 131e986

Please sign in to comment.