Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jan 3, 2024
2 parents 3dd5be7 + 3f03763 commit e5df04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ declare module "alt-server" {
}

export interface IVehicleModel {
readonly modelHash: number;
readonly title: string;
readonly type: shared.ModelType;
readonly wheelsCount: number;
Expand Down Expand Up @@ -1433,7 +1434,7 @@ declare module "alt-server" {

public getHairHighlightColor(): number;

public addDecoration(collection: string | number, overlay: string | number): void;
public addDecoration(collection: string | number, overlay: string | number, count?: number): void;
public removeDecoration(collection: string | number, overlay: string | number): void;
public clearDecorations(): void;
public getDecorations(): readonly IDecoration[];
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-server",
"version": "16.0.6",
"version": "16.0.7",
"description": "This package contains types definitions for alt:V server-side module.",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit e5df04e

Please sign in to comment.