mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
plugin: Fix type bindings for instance Parent
This commit is contained in:
@@ -16,7 +16,7 @@ local ApiInstanceMetadata = t.interface({
|
||||
|
||||
local ApiInstance = t.interface({
|
||||
Id = RbxId,
|
||||
ParentId = t.optional(RbxId),
|
||||
Parent = t.optional(RbxId),
|
||||
Name = t.string,
|
||||
ClassName = t.string,
|
||||
Properties = t.map(t.string, ApiValue),
|
||||
|
||||
Reference in New Issue
Block a user