forked from rojo-rbx/rojo
plugin: Fix type bindings for instance Parent
This commit is contained in:
@@ -16,7 +16,7 @@ local ApiInstanceMetadata = t.interface({
|
|||||||
|
|
||||||
local ApiInstance = t.interface({
|
local ApiInstance = t.interface({
|
||||||
Id = RbxId,
|
Id = RbxId,
|
||||||
ParentId = t.optional(RbxId),
|
Parent = 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