Skip to content

Commit

Permalink
Merge pull request #84 from cibucristi/patch-1
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
shr0x authored May 18, 2024
2 parents e73bd39 + a7aae6e commit daf61d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ declare interface GuiCursorMp {
/**
* Registers a custom cursor icon
*/
registerCustomIcon(type: string, packageFilePath: string, offsetX: number, offsetY: number): void;
registerCustomIcon(type: number, packageFilePath: string, offsetX: number, offsetY: number): void;
}

declare interface UserMp {
Expand Down

0 comments on commit daf61d9

Please sign in to comment.