Skip to content

Commit

Permalink
added ContentId alias
Browse files Browse the repository at this point in the history
  • Loading branch information
PepeElToro41 committed Jan 16, 2025
1 parent d78879c commit 61ddd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/roblox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2710,6 +2710,8 @@ type Vector3int16Constructor = new (x?: number, y?: number, z?: number) => Vecto

declare const Vector3int16: Vector3int16Constructor;

type ContentId = string;

// unusable internal studio classes
interface QFont {}
interface QDir {}
Expand Down
1 change: 0 additions & 1 deletion src/class/ClassGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ const VALUE_TYPE_MAP = new Map<string, string | null>([
["BinaryString", null],
["bool", "boolean"],
["Connection", "RBXScriptConnection"],
["ContentId", "string"],
["CoordinateFrame", "CFrame"],
["Dictionary", "object"],
["double", "number"],
Expand Down

0 comments on commit 61ddd43

Please sign in to comment.