mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
plugin: Add Id and ParentId to ApiInstance type definitions
This commit is contained in:
@@ -15,6 +15,8 @@ local ApiInstanceMetadata = t.interface({
|
|||||||
})
|
})
|
||||||
|
|
||||||
local ApiInstance = t.interface({
|
local ApiInstance = t.interface({
|
||||||
|
Id = RbxId,
|
||||||
|
ParentId = t.optional(RbxId),
|
||||||
Name = t.string,
|
Name = t.string,
|
||||||
ClassName = t.string,
|
ClassName = t.string,
|
||||||
Properties = t.map(t.string, ApiValue),
|
Properties = t.map(t.string, ApiValue),
|
||||||
|
|||||||
Reference in New Issue
Block a user