Skip to content

Commit

Permalink
add skin shortId
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 28, 2024
1 parent 9dca756 commit 996fb67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/skin/v2/SkinInfo2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { SkinVisibility2 } from "./SkinVisibility2";
import { TagInfo } from "../../tag/TagInfo";
export interface SkinInfo2 {
uuid: UUID;
shortId?: string;
name?: string;
variant: SkinVariant;
visibility: SkinVisibility2;
Expand Down
2 changes: 1 addition & 1 deletion dist/skin/v2/SkinInfo2.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/skin/v2/SkinInfo2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { TagInfo } from "../../tag/TagInfo";

export interface SkinInfo2 {
uuid: UUID;
shortId?: string;
name?: string;
variant: SkinVariant;
visibility: SkinVisibility2;
Expand Down

0 comments on commit 996fb67

Please sign in to comment.